From 33079ea6c7e9ba8881661377d5ab5d71ce592f74 Mon Sep 17 00:00:00 2001 From: Samuel ORTION Date: Mon, 27 Feb 2023 10:28:04 +0100 Subject: [PATCH] Slight README update: Add install documentation --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 729bd00..16ef839 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,12 @@ # code.snippets -My Visual Studio Code Snippets \ No newline at end of file +My Visual Studio Code Snippets + +## Installation + +In `~/.config/Code/User/snippets/`, clone this repository: + +```bash +cd ~/.config/Code/User/snippets/ +git clone ssh://gitea@forge.chapril.org:222/UncleSamulus/code.snippets.git . +```