File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,16 @@ contents as to allow for cache-busting.
1212Images and other files are * not* versioned to allow for maximum caching and due
1313to 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
1727Ensure your AWS credentials environment variables are set (` AWS_ACCESS_KEY_ID ` ,
You can’t perform that action at this time.
0 commit comments