1
0
Fork 0
mirror of https://github.com/zigzap/zap.git synced 2025-10-21 07:34:08 +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 $ zig init-exe
$ git init ## (optional) $ git init ## (optional)
``` ```
**Note 1**: Zap is developed with zig master. This version of zig has the **Note**: Nix/NixOS users are lucky; you can use the existing `flake.nix` and run
package management features in place that are used in the following `nix develop` to get a development shell providing zig and all
instructions. Nix users are lucky; you can use the existing `flake.nix` and run dependencies to build and run the GO, python, and rust examples for the
`nix develop` to get a development shell providing zig, and also all `wrk` performance tests. For the mere building of zap projects,
dependencies to build the and run the GO, python, and rust examples for the `nix develop .#build` will only fetch zig 0.11.0.
`wrk` performance tests. For mere building, `nix develop .#build` will only
fetch zig master.
With an existing zig project, adding zap to it is easy: With an existing zig project, adding zap to it is easy: