Commit 67c0e15a98a66eb99db2251478505d6f3d37535c
Add binary release
cel committed on 5/15/2020, 1:38:00 AMParent: b5f837feead2289e0e40ebb9331c756fc171e063
Files changed
README.md | changed |
README.md | ||
---|---|---|
@@ -28,8 +28,15 @@ | ||
28 | 28 … | ```sh |
29 | 29 … | ssb-npm install -g ssb-pkg@1.1.0 --branch %VFq2qIuyJ4TRXoJ1KiTKyXRJF3JA986F/wgySkDqvwo=.sha256 |
30 | 30 … | ``` |
31 | 31 … | |
32 … | +Don't have `ssb-npm`? Install the binary build of `ssb-pkg`, | |
33 … | +built with `ssb-pkg` itself: | |
34 … | +```sh | |
35 … | +# Installs ssb-pkg v1.1.0 for linux-{x64,armv7,arm64,x86} and macos-x64 | |
36 … | +curl -s 'http://localhost:8989/blobs/get/&YjMBTlpCnAOTzz9ABXJiDc9wiParLyPF84IdovZVwL4=.sha256' | sh | |
37 … | +``` | |
38 … | + | |
32 | 39 … | After installing it, run `ssb-pkg --help` without arguments to see list of options. |
33 | 40 … | |
34 | 41 … | The entrypoint of your project is a mandatory CLI argument. It may be: |
35 | 42 … |
Built with git-ssb-web