skov-example-projects/helloworld-rs/README.md
Simon From Jakobsen 567fff7e75 add readme stuff
2024-08-02 14:26:30 +00:00

16 lines
168 B
Markdown

# helloworld-rs
```sh
cargo run
```
```sh
cargo build --release
./target/release/helloworld-rs
cargo install --path .
cargo install --path . --root /usr/local
```