Update documentation links and link in main readme
This commit is contained in:
parent
42584d6da2
commit
bbe81e3914
21
README.md
21
README.md
@ -1,8 +1,21 @@
|
|||||||
# dotfiles
|
# Dotfiles
|
||||||
To make the files simlinks use
|
To make the files simlinks use
|
||||||
`stow <folder>`
|
|
||||||
|
```
|
||||||
|
stow <folder>
|
||||||
|
```
|
||||||
|
|
||||||
For example:
|
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)
|
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)
|
@ -8,13 +8,13 @@ Note that there is also a [Cheatsheet specific to Markdown Here](./Markdown-Here
|
|||||||
[Lists](#lists)
|
[Lists](#lists)
|
||||||
[Links](#links)
|
[Links](#links)
|
||||||
[Images](#images)
|
[Images](#images)
|
||||||
[Code and Syntax Highlighting](#code)
|
[Code and Syntax Highlighting](#code-and-syntax-highlighting)
|
||||||
[Tables](#tables)
|
[Tables](#tables)
|
||||||
[Blockquotes](#blockquotes)
|
[Blockquotes](#blockquotes)
|
||||||
[Inline HTML](#html)
|
[Inline HTML](#inline-html)
|
||||||
[Horizontal Rule](#hr)
|
[Horizontal Rule](#horizontal-rule)
|
||||||
[Line Breaks](#lines)
|
[Line Breaks](#line-breaks)
|
||||||
[YouTube Videos](#videos)
|
[YouTube Videos](#youtube-videos)
|
||||||
|
|
||||||
## Headers
|
## Headers
|
||||||
|
|
||||||
@ -211,8 +211,6 @@ No language indicated, so no syntax highlighting.
|
|||||||
But let's throw in a <b>tag</b>.
|
But let's throw in a <b>tag</b>.
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
var s = "JavaScript syntax highlighting";
|
var s = "JavaScript syntax highlighting";
|
||||||
alert(s);
|
alert(s);
|
||||||
|
@ -9,4 +9,4 @@
|
|||||||
|
|
||||||
## Fun
|
## Fun
|
||||||
|
|
||||||
[Browser game sf2](https://github.com/joanmadrid/esirith)
|
[Browser game (Symfony 2)](https://github.com/joanmadrid/esirith)
|
||||||
|
Loading…
Reference in New Issue
Block a user