Skip to content

Commit 6551fb1

Browse files
committed
feat: installation script
1 parent a8db241 commit 6551fb1

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

bin/couchsync

0 Bytes
Binary file not shown.

install.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ Managing CouchDB design documents can be a tedious task. JavaScript functions mi
77
To install CouchSync you can use the following command.
88

99
```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
10+
wget -nv https://github.com/kishieel/couchsync/raw/master/install.sh -O - | sudo bash
1211
```
1312

1413
### Usage

0 commit comments

Comments
 (0)