Browse Source

Updated script/README

pull/1/head
Muthu Kumar 7 years ago
parent
commit
6d38b9580e
  1. 4
      scripts/README.md
  2. 1
      scripts/mkr.sh

4
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

1
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

Loading…
Cancel
Save