Skip to content

Commit

Permalink
README.md: update build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
yamt committed Jul 12, 2024
1 parent e29a3fe commit cd5a197
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,12 @@ To build the full package:

```shell script
cd wasi-sdk
NINJA_FLAGS=-v make package
./ci/build.sh
```

The built package can be found into `dist` directory. For releasing a new
version of the package on GitHub, see [RELEASING.md](RELEASING.md).
The built package can be found into `build/dist` directory.
For releasing a new version of the package on GitHub,
see [RELEASING.md](RELEASING.md).

## Install

Expand Down

0 comments on commit cd5a197

Please sign in to comment.