From 2b555c19872332e3bb18fc73005cb4dc574505c9 Mon Sep 17 00:00:00 2001 From: Sean T Allen Date: Tue, 28 Nov 2023 14:08:14 -0500 Subject: [PATCH] Update installation instructions to not be Unix specific (#259) $PATH environment variable is very Unix specific. The update makes this general and more applicable to Windows. Closes #93 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 204a83c7..28041374 100644 --- a/README.md +++ b/README.md @@ -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