Remove nix-shell references

This commit is contained in:
altf_four 2020-04-08 19:57:26 +03:00 committed by GitHub
parent 63ad0d6ba1
commit 8fde0f5810
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -19,14 +19,12 @@ Prerequisites are provided from Conan.
For release:
```shell
$ nix-shell
$ ./buildRelease.sh
```
For debug:
```shell
$ nix-shell
$ ./build.sh
```