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