Skip to content

Commit d539de7

Browse files
author
Inkedstinct
committed
[NLD] : Add Rust setup for scaphandre/alumet
1 parent 67583e0 commit d539de7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

templates/rust_setup.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Installation
2+
curl https://sh.rustup.rs -sSf | sh -s -- -y
3+
4+
# Add to path
5+
source ~/.cargo/env
6+
7+
# Check if ok
8+
cargo version || exit 0

0 commit comments

Comments
 (0)