aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..ea59c92
--- /dev/null
+++ b/README.md
@@ -0,0 +1,9 @@
+# Cygwin home (~) configuration
+
+## Deploying on a fresh Cygwin installation
+
+ git init
+ git remote add origin git@github.com:egor-tensin/cygwin_home.git
+ git clean -fd
+ git pull origin master
+ git branch --set-upstream-to=origin/master master