From bbe81e3914f5bdebd2b5be02a20b7086535364d1 Mon Sep 17 00:00:00 2001 From: Tim van Veenendaal Date: Thu, 12 Aug 2021 18:20:35 +0200 Subject: [PATCH] Update documentation links and link in main readme --- README.md | 21 +++++++++++++++++---- docs/cheatsheet.md | 12 +++++------- docs/php.md | 2 +- 3 files changed, 23 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 1e81f8e..d8f24f8 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,21 @@ -# dotfiles +# Dotfiles To make the files simlinks use -`stow ` + +``` +stow +``` + 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 ` + +``` +./solve-stow.sh +``` + +# Documentation +[Overview](docs/readme.md) \ No newline at end of file diff --git a/docs/cheatsheet.md b/docs/cheatsheet.md index 76258d2..f4642dc 100644 --- a/docs/cheatsheet.md +++ b/docs/cheatsheet.md @@ -8,13 +8,13 @@ Note that there is also a [Cheatsheet specific to Markdown Here](./Markdown-Here [Lists](#lists) [Links](#links) [Images](#images) -[Code and Syntax Highlighting](#code) +[Code and Syntax Highlighting](#code-and-syntax-highlighting) [Tables](#tables) [Blockquotes](#blockquotes) -[Inline HTML](#html) -[Horizontal Rule](#hr) -[Line Breaks](#lines) -[YouTube Videos](#videos) +[Inline HTML](#inline-html) +[Horizontal Rule](#horizontal-rule) +[Line Breaks](#line-breaks) +[YouTube Videos](#youtube-videos) ## Headers @@ -211,8 +211,6 @@ No language indicated, so no syntax highlighting. But let's throw in a <b>tag</b>. ``` - - ```javascript var s = "JavaScript syntax highlighting"; alert(s); diff --git a/docs/php.md b/docs/php.md index e90d6ee..bb600f3 100644 --- a/docs/php.md +++ b/docs/php.md @@ -9,4 +9,4 @@ ## Fun -[Browser game sf2](https://github.com/joanmadrid/esirith) +[Browser game (Symfony 2)](https://github.com/joanmadrid/esirith)