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:
parent
b2a4bdc760
commit
2574ffa721
1 changed files with 5 additions and 7 deletions
12
README.md
12
README.md
|
@ -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:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue