Update readme

This commit is contained in:
kolaente 2021-05-08 23:14:31 +02:00
parent 3476ba7be3
commit 40315d171d
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 0 additions and 1 deletions

View File

@ -5,7 +5,6 @@ This repo contains a collection `.nix` files to build the [Vikunja frontend](htt
## Building locally ## Building locally
``` ```
cd desktop
nix-build -E 'with import <nixpkgs> {}; callPackage ./default.nix {}' nix-build -E 'with import <nixpkgs> {}; callPackage ./default.nix {}'
``` ```