Skip to content

Commit

Permalink
add README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Grigory Efimov committed Apr 28, 2018
1 parent c3e6228 commit 7ad781f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# home
деплой:
```
VERSION='v0.1'
mkdir ~/tmp/ &&
wget -O ~/tmp/$VERSION.tar.gz https://github.com/fb929/home/archive/$VERSION.tar.gz &&
tar -zxvf ~/tmp/$VERSION.tar.gz
```

0 comments on commit 7ad781f

Please sign in to comment.