Skip to content

Commit

Permalink
Rebuild & update README.
Browse files Browse the repository at this point in the history
  • Loading branch information
lthibault committed Aug 14, 2024
1 parent 6691153 commit af6fc3b
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.PHONY: clean

all: install
all: install publish

clean:
@if [ -f "ww" ]; then rm ww; fi
Expand Down
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,21 @@ For the smoothest developer experience, we encouraged you to check that `$GOPATH

## Building from Source

>This section is for people who are hacking on Wetware itself. If you're just using Wetware, you can safely skip this section.
This section is for people who are hacking on Wetware itself. If you're just using Wetware, you don't need to read this.

It is recommended configure your shell to add `$GOPATH/bin` to your `PATH`, if you have not done so already.
Before starting, it is recommended configure your shell to add `$GOPATH/bin` to your `PATH`, if you have not done so already.

### One-Liner

You can perform the entire step-by-step build in once command.

```bash
$ make
```



### Step-by-Step

Start by installing the binary to your `$GOPATH/bin`.

Expand Down
Binary file modified examples/hello-world/main.wasm
Binary file not shown.
Binary file modified system/cmd/nop/main.wasm
Binary file not shown.

0 comments on commit af6fc3b

Please sign in to comment.