Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
radumarias authored Apr 22, 2024
1 parent 60e6381 commit 6106a39
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,3 +117,25 @@ ls
echo "test" > 1/test
cat 1/test
```
# Building from source
You need to have openssl packages installed

Arch
```bash
sudo pacman -Syu && sudo pacman -S openssl lib32-openssl
```

Ubuntu
```bash
sudo apg-get uupdate && sudo apt-get install libssl-dev openssl
```

Build for debug
```bash
cargo build
```

Or for release
```bash
cargo build --release
```

0 comments on commit 6106a39

Please sign in to comment.