remove $ from commands in readme
This commit is contained in:
parent
c0da3c40e8
commit
cab43626bd
10
README.md
10
README.md
@ -16,26 +16,26 @@ pacman -S stow # arch based distros
|
|||||||
### Cloning this repo
|
### Cloning this repo
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
$ git clone https://github.com/lemonase/dotfiles.git
|
git clone https://github.com/lemonase/dotfiles.git
|
||||||
$ cd dotfiles/files
|
cd dotfiles/files
|
||||||
```
|
```
|
||||||
|
|
||||||
### Installing
|
### Installing
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
$ stow --target="$HOME" *
|
stow --target="$HOME" *
|
||||||
```
|
```
|
||||||
|
|
||||||
### Uninstalling
|
### Uninstalling
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
$ stow --delete *
|
stow --delete *
|
||||||
```
|
```
|
||||||
|
|
||||||
### Repair Links
|
### Repair Links
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
$ stow --restow *
|
stow --restow *
|
||||||
```
|
```
|
||||||
|
|
||||||
If there are no errors, everything in that directory should be symlinked.
|
If there are no errors, everything in that directory should be symlinked.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user