Skip to content

Commit

Permalink
docs(readme): add submodule update step for building from source
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Apr 17, 2023
1 parent dc01222 commit ca62679
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,13 @@
git clone https://github.com/orhun/linuxwave && cd linuxwave/
```

2. Build.
2. Update git submodules.

```sh
git submodule update --init --recursive
```

3. Build.

```sh
zig build -Drelease-safe
Expand Down

0 comments on commit ca62679

Please sign in to comment.