We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21cab2a commit c5fa7fcCopy full SHA for c5fa7fc
README.md
@@ -52,6 +52,7 @@ cd moon
52
git reset --hard "$MOON_VERSION"
53
cargo build --release
54
cp target/release/moon "$BIN_DIR"
55
+cp target/release/moonrun "$BIN_DIR"
56
pushd node
57
cp moonc.js moonfmt.js mooninfo.js moonc.assets moonfmt.assets mooninfo.assets "$BIN_DIR" -r
58
mv "$BIN_DIR/moonc.js" "$BIN_DIR/moonc"
README.zh.md
0 commit comments