Skip to content

Commit 2b9ac98

Browse files
committed
Add install info
1 parent 14a9c9e commit 2b9ac98

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,16 @@ contents as to allow for cache-busting.
1212
Images and other files are *not* versioned to allow for maximum caching and due
1313
to their contents not changing very often like `.css` and `.js` files do.
1414

15+
## Install
16+
17+
A pre-compiled binary is available for download for both Linux and macOS.
18+
Replace the version (ex. `0.2.0`) in the URL below for the version you require:
19+
20+
```
21+
curl -L https://github.com/bufferapp/buffer-static-upload/releases/download/0.2.0/buffer-static-upload-`uname -s` > /usr/local/bin/buffer-static-upload
22+
chmod +x /usr/local/bin/buffer-static-upload
23+
```
24+
1525
## Usage
1626

1727
Ensure your AWS credentials environment variables are set (`AWS_ACCESS_KEY_ID`,

0 commit comments

Comments
 (0)