skov-example-projects/helloworld-rs/README.md

16 lines
168 B
Markdown
Raw Permalink Normal View History

2024-08-02 14:15:03 +01:00
# helloworld-rs
```sh
cargo run
```
```sh
cargo build --release
./target/release/helloworld-rs
2024-08-02 15:26:30 +01:00
cargo install --path .
cargo install --path . --root /usr/local
```