Update documentation links and link in main readme
This commit is contained in:
21
README.md
21
README.md
@ -1,8 +1,21 @@
|
||||
# dotfiles
|
||||
# Dotfiles
|
||||
To make the files simlinks use
|
||||
`stow <folder>`
|
||||
|
||||
```
|
||||
stow <folder>
|
||||
```
|
||||
|
||||
For example:
|
||||
`stow bash`
|
||||
|
||||
```
|
||||
stow bash
|
||||
```
|
||||
|
||||
To solve all conflicts: (this will backup all conflicted files to file.back, to delete instead of backup simply uncomment the rm line and comment the mv line)
|
||||
`./solve-stow.sh <folder>`
|
||||
|
||||
```
|
||||
./solve-stow.sh <folder>
|
||||
```
|
||||
|
||||
# Documentation
|
||||
[Overview](docs/readme.md)
|
Reference in New Issue
Block a user