git ssb

1+

Daan Patchwork / patchwork



Commit d633ba4fc06b232e46f33898167d16f10354d367

Add NixOS section to INSTALL.md

Fabián Heredia Montiel authored on 1/17/2021, 9:57:59 PM
Daan Wynen committed on 1/17/2021, 10:20:20 PM
Parent: e726e20c85cd21978ef8bef7e3f90c1c249f1400

Files changed

docs/INSTALL.mdchanged
docs/INSTALL.mdView
@@ -7,8 +7,11 @@
77
88 - Git
99 - Node.js ([Active LTS][node-active-lts])
1010 - npm or Yarn
11 +- autoconf and automake
12 +- libtool
13 +- x11 and libxkbfile (Linux only)
1114
1215 ### Debian / Ubuntu
1316
1417 ```shell
@@ -42,8 +45,14 @@
4245 ```shell
4346 brew install libtool automake
4447 ```
4548
49 +### NixOS
50 +
51 +```shell
52 +nix-shell -p nodejs autoconf automake libtool x11 xlibs.libxkbfile electron_8
53 +```
54 +
4655 ## Fetch
4756
4857 ```shell
4958 git clone https://github.com/ssbc/patchwork

Built with git-ssb-web