diff --git a/README.md b/README.md index 1c0d86d..c126240 100644 --- a/README.md +++ b/README.md @@ -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 +`` \ No newline at end of file