1
0
Fork 0
mirror of https://github.com/zigzap/zap.git synced 2025-10-20 23:24:09 +00:00

Update README.md

This commit is contained in:
Rene Schallner 2023-08-23 16:29:09 +02:00 committed by GitHub
parent b2a4bdc760
commit 2574ffa721
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -206,13 +206,11 @@ $ mkdir zaptest && cd zaptest
$ zig init-exe
$ git init ## (optional)
```
**Note 1**: Zap is developed with zig master. This version of zig has the
package management features in place that are used in the following
instructions. Nix users are lucky; you can use the existing `flake.nix` and run
`nix develop` to get a development shell providing zig, and also all
dependencies to build the and run the GO, python, and rust examples for the
`wrk` performance tests. For mere building, `nix develop .#build` will only
fetch zig master.
**Note**: Nix/NixOS users are lucky; you can use the existing `flake.nix` and run
`nix develop` to get a development shell providing zig and all
dependencies to build and run the GO, python, and rust examples for the
`wrk` performance tests. For the mere building of zap projects,
`nix develop .#build` will only fetch zig 0.11.0.
With an existing zig project, adding zap to it is easy: