From 43abd303036fca6548f2160042c198d4b1cf8d58 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Wed, 22 Dec 2021 12:43:02 -0300 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 95a66d3..205d2a9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # CocoRice -Install my dotfiles. +[Fork][1] this repository and you will be able to backup all your dotfiles (and easily install them on another machine). ## Table of contents - [Installation ](#installation-) @@ -10,22 +10,22 @@ Install my dotfiles. ## Installation -Clone the repo. +Fork or clone this repo. ## Usage Run ```bash -./scripts/bootstrap.sh +sudo ./scripts/bootstrap.sh ``` -and it will create symbolic links to the dotfiles in this repo. - -Note that that this script will overwrite your local dotfiles, so make a backup first. +Note that because this script will create symbolic links to the dotfiles in this repository, you must not delete it. ## Contributing PRs are welcome. ## License [MIT](https://choosealicense.com/licenses/mit/) + +[1]: https://github.com/santilococo/CocoRice/fork