Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Snowiiii authored Aug 8, 2024
1 parent e238417 commit 0b55a90
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,20 @@ Pumpkin is currently under heavy development.

Check out our [Github Project](https://github.com/users/Snowiiii/projects/12/views/1) to see current progress

## How to run
There are currently no release builds, because there was no release :D.

To get Pumpkin running you first have to clone it:
```
git clone https://github.com/Snowiiii/Pumpkin.git
cd Pumpkin
```
You also may have to [install rust](https://www.rust-lang.org/tools/install) when you don't already have.
Then run it:
```
cargo run --release
```

## Contributions
Contributions are welcome!. See [CONTRIBUTING.md](CONTRIBUTING.md)

Expand Down

0 comments on commit 0b55a90

Please sign in to comment.