Remove trailing whitespace

This commit is contained in:
Santiago Lo Coco 2022-01-14 01:43:37 -03:00
parent da082579af
commit 543de34a2e
1 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ Backup all your dotfiles (and easily deploy them on another machine).
## Usage <a name="usage"></a>
You have to move all your dotfiles to the dotfiles folder and then the script will do the symbolic links. Doing it this way, you can now upload them to your repository (to have a backup of them).
You have to move all your dotfiles to the dotfiles folder and then the script will do the symbolic links. Doing it this way, you can now upload them to your repository (to have a backup of them).
You should note that all these dotfiles (files or folders) will be symlinked in `$HOME`. So, if you want to symlink, for example, something in `/etc`, you have to put it in the `dotfiles/other` folder. Here you have to be careful as they will be installed in `/`. You can see an example [here][2].
@ -38,7 +38,7 @@ to use dialog.
Finally, you can run the script with `-l` if you want to print the log in the CocoRice.log file.
Note that you can modify the `scripts/install.sh` if you want to install some programs on your machine when this script is run. By default, `scripts/bootstrap.sh` will not run this script, so you will need to use the `-p` flag if you want it to run `scripts/install.sh` (it will run at the end of the `scripts/bootstrap.sh` script).
Note that you can modify the `scripts/install.sh` if you want to install some programs on your machine when this script is run. By default, `scripts/bootstrap.sh` will not run this script, so you will need to use the `-p` flag if you want it to run `scripts/install.sh` (it will run at the end of the `scripts/bootstrap.sh` script).
## Dependencies <a name="dependencies"></a>