You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,9 +8,11 @@ This is an attempt to build a general-purpose interpreted programming language (
8
8
9
9
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).
10
10
11
+
Prospective contributors, please take a look at the [Contributors' Guide](CONTRIBUTING.md).
12
+
11
13
## Usage
12
14
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).)
0 commit comments