From d155773d0fa2e917197aef14c23ecb95c3a19ec7 Mon Sep 17 00:00:00 2001 From: Glenn Lewis <6598971+gmlewis@users.noreply.github.com> Date: Wed, 18 Sep 2024 15:58:01 -0400 Subject: [PATCH] Update update.sh Signed-off-by: Glenn Lewis <6598971+gmlewis@users.noreply.github.com> --- README.md | 6 +++--- update.sh | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index dce0469..3450233 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/update.sh b/update.sh index fd4b56a..69e5ef7 100755 --- a/update.sh +++ b/update.sh @@ -1,4 +1,4 @@ #!/bin/bash -ex moon update && moon install && rm -rf target moon fmt -moon test +moon test --target all