diff options
Diffstat (limited to 'app/cryptpad/build/README.md')
-rw-r--r-- | app/cryptpad/build/README.md | 18 |
1 files changed, 2 insertions, 16 deletions
diff --git a/app/cryptpad/build/README.md b/app/cryptpad/build/README.md index 417b066..d5f5a5d 100644 --- a/app/cryptpad/build/README.md +++ b/app/cryptpad/build/README.md @@ -1,16 +1,2 @@ -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 -``` +docker load < $(nix-build docker.nix) +docker push superboum/cryptpad:??? |