Skip to content

Commit

Permalink
add readme for j2s
Browse files Browse the repository at this point in the history
  • Loading branch information
idealvin committed Nov 23, 2023
1 parent 2ad4406 commit 1ccb883
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions test/j2s/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
## usage

```sh
# generate j2s.h
gen j2s.proto

# build j2s
xmake b j2s

# run j2s
xmake r j2s
```

0 comments on commit 1ccb883

Please sign in to comment.