Browse Source

[docs] Updated docs for mk -> mkd

pull/1/head
Muthu Kumar 6 years ago
committed by GitHub
parent
commit
6916cedef4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      scripts/README.md

4
scripts/README.md

@ -33,7 +33,7 @@ mkr-update
- `purge <package-names...>` : Removes packages - `purge <package-names...>` : Removes packages
- `ar` / `autoremove` : Equivalent to `apt autoremove` - `ar` / `autoremove` : Equivalent to `apt autoremove`
- Directories - Directories
- `mk <dir>` : Makes dir and changes into it - `mkd </path/to/dir>` : Creates dir at given path and changes cwd to it
- `rmd [dir]` : Removes current directory and moves up OR removes directory by given name - `rmd [dir]` : Removes current directory and moves up OR removes directory by given name
- git - git
- `commit <commit-message>` : Adds all untracked files and commits them - `commit <commit-message>` : Adds all untracked files and commits them
@ -44,4 +44,4 @@ mkr-update
- systemctl - systemctl
- `status <daemon>` - `status <daemon>`
- `start <daemon>` - `start <daemon>`
- `stop <daemon>` - `stop <daemon>`

Loading…
Cancel
Save