-
Notifications
You must be signed in to change notification settings - Fork 101
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,14 +18,14 @@ For more information, visit the RingoJS web site: <http://ringojs.org/> | |
|
||
## Download and Installation | ||
|
||
This is the recommended and straight forward way to install Ringo. Download the latest precompiled release from the [download page](http://ringojs.org/download/). For convinience, you should add the `/bin` directory to your local `PATH`. | ||
Download the latest precompiled release from the [download page](http://ringojs.org/download/). Extract the archive and add the `ringojs/bin` directory to your local `PATH` for convinience. | ||
|
||
If you use the Homebrew package manager on MacOS, you can use the ringojs formula: `brew install ringojs` | ||
|
||
### Verify Releases | ||
Releases of RingoJS will be signed with one of the following GPG keys: | ||
|
||
* Philipp Naderer <[email protected]> `8FF2 26B7 F268 547B 176F ABAC F312 313B 5CBC 0883` | ||
* Philipp Naderer <[email protected]> `8FF2 26B7 F268 547B 176F ABAC F312 313B 5CBC 0883` | ||
|
||
## Building from Source | ||
|
||
|