diff --git a/scripts/README.md b/scripts/README.md index 05b3445..2159d79 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -8,10 +8,14 @@ Add this script to your `~/.bashrc` or `~/.zshrc`: ```bash mkdir ~/.mkr && curl https://raw.githubusercontent.com/MKRhere/wiki/master/scripts/mkr.sh -o ~/.mkr/mkr.sh + # if using bash echo "source ~/.mkr/mkr.sh" >> ~/.bashrc # or zsh echo "source ~/.mkr/mkr.sh" >> ~/.zshrc + +# updating script +curl https://raw.githubusercontent.com/MKRhere/wiki/master/scripts/mkr.sh -o ~/.mkr/mkr.sh ``` ## Commands diff --git a/scripts/mkr.sh b/scripts/mkr.sh index 3d9a320..aeeb5aa 100644 --- a/scripts/mkr.sh +++ b/scripts/mkr.sh @@ -1,4 +1,5 @@ # mkr.sh + ## A list of commands to simplify my life ## Read carefully, use at your own risk ## Add 'source path/to/mkr.sh' in your ~/.bashrc or ~/.zshrc