From d1663527e970163639f8b063f8a27630a4c39b95 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 25 Apr 2016 21:53:05 +0300 Subject: hide README --- .README.md | 9 +++++++++ README.md | 9 --------- 2 files changed, 9 insertions(+), 9 deletions(-) create mode 100644 .README.md delete mode 100644 README.md 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 diff --git a/README.md b/README.md deleted file mode 100644 index ea59c92..0000000 --- a/README.md +++ /dev/null @@ -1,9 +0,0 @@ -# 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 -- cgit v1.2.3