Update README.md

This commit is contained in:
2026-02-04 18:05:31 +01:00
parent 433dfcd0c1
commit 3b8f6ef164

View File

@@ -32,3 +32,16 @@ For using the install script via ssh first put key (`ssh-keygen`) on gitea.
See dotfiles [repo](htps://git.jika.li/Jika/dotfiles)
## Post install
- Github user config
```bash
git config --global user.name $NAME
git config --global user.email $EMAIL
```
- Rustup init
```bash
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
``