aboutsummaryrefslogtreecommitdiff
path: root/app/cryptpad/build/README.md
blob: 417b066860a74f347020ce586921a7cd7d427df8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Currently there is now way to cleanly package Bower on Nix.
So we have to manually package cryptpad.

To update, you have to:

```bash
nix-shell
cd cryptpad
git pull
git checkout <tag>
bower update
npm install
cd ..
nix-build
nix-build docker.nix
```