Skip to content

Commit 6a51cd1

Browse files
committed
Add link to CONTRIBUTING and mention prebuilt binaries
1 parent 83d057f commit 6a51cd1

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Contributors Guide
1+
# Contributors' Guide
22

33
First off, thanks a lot for contributing to Balloon! :D
44

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,11 @@ This is an attempt to build a general-purpose interpreted programming language (
88

99
This project is written in Rust. If you're unfamiliar with Rust, you should take a look at the [Rust docs](https://www.rust-lang.org/en-US/documentation.html).
1010

11+
Prospective contributors, please take a look at the [Contributors' Guide](CONTRIBUTING.md).
12+
1113
## Usage
1214

13-
Balloon is currently not available on crates.io. You will need to build it yourself using Cargo.
15+
Balloon is currently not available on crates.io. You will need to build it yourself using Cargo. (You could also download one of the prebuilt binaries from this project's [release page](https://github.com/polybuildr/balloon-lang/releases).)
1416

1517
```
1618
usage: balloon [[MODE] FILE]

0 commit comments

Comments
 (0)