Skip to content

Commit

Permalink
Update update.sh
Browse files Browse the repository at this point in the history
Signed-off-by: Glenn Lewis <[email protected]>
  • Loading branch information
gmlewis committed Sep 18, 2024
1 parent f31565d commit d155773
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -527,9 +527,9 @@ The code has been updated to support compiler:

```bash
$ moon version --all
moon 0.1.20240902 (a1bf66a 2024-09-02) ~/.moon/bin/moon
moonc v0.1.20240902+47bcb87c9 ~/.moon/bin/moonc
moonrun 0.1.20240902 (a1bf66a 2024-09-02) ~/.moon/bin/moonrun
moon 0.1.20240914 (e22cb71 2024-09-14) ~/.moon/bin/moon
moonc v0.1.20240914+b541585d3 ~/.moon/bin/moonc
moonrun 0.1.20240914 (e22cb71 2024-09-14) ~/.moon/bin/moonrun
```

Use `moonup` to manage `moon` compiler versions:
Expand Down
2 changes: 1 addition & 1 deletion update.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash -ex
moon update && moon install && rm -rf target
moon fmt
moon test
moon test --target all

0 comments on commit d155773

Please sign in to comment.