git ssb

0+

cel-desktop / ssb-pkg



Commit 67c0e15a98a66eb99db2251478505d6f3d37535c

Add binary release

cel committed on 5/15/2020, 1:38:00 AM
Parent: b5f837feead2289e0e40ebb9331c756fc171e063

Files changed

README.mdchanged
README.mdView
@@ -28,8 +28,15 @@
2828 ```sh
2929 ssb-npm install -g ssb-pkg@1.1.0 --branch %VFq2qIuyJ4TRXoJ1KiTKyXRJF3JA986F/wgySkDqvwo=.sha256
3030 ```
3131
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 +
3239 After installing it, run `ssb-pkg --help` without arguments to see list of options.
3340
3441 The entrypoint of your project is a mandatory CLI argument. It may be:
3542

Built with git-ssb-web