Skip to content

Commit

Permalink
docs: add installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
LordOfPolls committed Mar 14, 2024
1 parent 49052e4 commit 50f3f54
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,18 @@ More functions will be added as the API is reverse-engineered.

This library is not affiliated with Arrowhead Game Studios or Sony Interactive Entertainment.

# Installation

Run the following Cargo command in your project directory:
```shell
cargo add helldivers_rs
```

Or add the following line to your Cargo.toml:
```toml
[dependencies]
helldivers_rs = "0.1"
```

# API Reference

Expand Down

0 comments on commit 50f3f54

Please sign in to comment.