We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8db241 commit 6551fb1Copy full SHA for 6551fb1
bin/couchsync
0 Bytes
install.sh
@@ -0,0 +1,4 @@
1
+#!/usr/bin/env bash
2
+
3
+wget -nv https://github.com/kishieel/couchsync/raw/master/bin/couchsync -O /usr/local/bin/couchsync
4
+chmod +x /usr/local/bin/couchsync
readme.md
@@ -7,8 +7,7 @@ Managing CouchDB design documents can be a tedious task. JavaScript functions mi
7
To install CouchSync you can use the following command.
8
9
```shell
10
-sudo wget https://github.com/kishieel/couchsync/raw/master/bin/couchsync -O /usr/local/bin/couchsync
11
-chmod +x /usr/local/bin/couchsync
+wget -nv https://github.com/kishieel/couchsync/raw/master/install.sh -O - | sudo bash
12
```
13
14
### Usage
0 commit comments