Skip to content

Commit

Permalink
Update installation instructions to not be Unix specific (#259)
Browse files Browse the repository at this point in the history
$PATH environment variable is very Unix specific. The update makes
this general and more applicable to Windows.

Closes #93
  • Loading branch information
SeanTAllen authored Nov 28, 2023
1 parent e62b0f9 commit 2b555c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ Check out [Pony Package Dependency Management](doc/package_dependency_management

## Installation

Use [ponyup](https://github.com/ponylang/ponyup) to install corral.
Pre-built binaries of Corral are available for Linux x86, MacOS x86, and Windows x86. To install on any of these platforms, use [ponyup](https://github.com/ponylang/ponyup). For any other platform, you'll need to be build from source.

The following command is assuming that `ponyup`, our toolchain multiplexer, is already installed on your machine and is available in your $PATH environment variable. If you don't have ponyup installed, please follow the [ponyup installation instructions](https://github.com/ponylang/ponyup#installing-ponyup).
The following command is assuming that `ponyup`, our toolchain multiplexer, is already installed on your machine and is locatable by the name `ponyup`. If you don't have ponyup installed, please follow the [ponyup installation instructions](https://github.com/ponylang/ponyup#installing-ponyup).

```bash
ponyup update corral release
Expand Down

0 comments on commit 2b555c1

Please sign in to comment.