aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.README.md
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2016-09-06 01:57:49 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2016-09-06 01:57:49 +0300
commitde5f6f0aa97018db665de97692ba9e1a8aea0653 (patch)
treec825bf69fe6f4c03978cf4c022610ee365daaeb4 /.README.md
parentghci.conf: :set -XTupleSections (diff)
downloadlinux-home-de5f6f0aa97018db665de97692ba9e1a8aea0653.tar.gz
linux-home-de5f6f0aa97018db665de97692ba9e1a8aea0653.zip
README update
Diffstat (limited to '')
-rw-r--r--.README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/.README.md b/.README.md
index 1e5b4c0..c6ebcd5 100644
--- a/.README.md
+++ b/.README.md
@@ -9,12 +9,13 @@ Deployment
To deploy on a fresh Cygwin installation, execute the lines below.
**Be careful** though, some of your files might get **deleted**.
Namely, your ".gitignore" file (if present) will be overwritten and basically
-all of your files this repository isn't aware of will be deleted.
+all of your files that have their counterparts present in this repository will
+be deleted.
Execute the lines below one-by-one and, **most importantly**, review the list
of files `git clean` will delete by adding the `--dry-run` parameter.
git init
- curl --silent --show-error --location https://github.com/egor-tensin/cygwin_home/raw/master/.gitignore > .gitignore
+ curl --silent --show-error --location https://github.com/egor-tensin/cygwin-home/raw/master/.gitignore > .gitignore
git clean -d --force
git remote add origin git@github.com:egor-tensin/cygwin-home.git