From 921d445cff876407b405a0a37c1911a71a7fbe98 Mon Sep 17 00:00:00 2001 From: George Rawlinson Date: Sun, 5 Jun 2022 00:16:41 +1200 Subject: [PATCH] Update documentation regarding Linux distributions (#521) * docs: update binary information for Linux distros * docs: rename OS X to macOS --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 81a11f0..81a27da 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Roswell started out as a command-line tool with the aim to make installing and m Roswell has now evolved into a full-stack environment for Common Lisp development, and has many features that makes it easy to test, share, and distribute your Lisp applications. With Roswell, we aim to push the Common Lisp community to a whole new level of productivity. -Roswell is still in beta. Despite this, the basic interfaces are stable and not likely to change. Roswell currently works well on Unix-like platforms such as Linux, Mac OS X and FreeBSD. +Roswell is still in beta. Despite this, the basic interfaces are stable and not likely to change. Roswell currently works well on Unix-like platforms such as Linux, macOS and FreeBSD. Roswell also works on other operating systems, but currently some parts or features might be missing or unstable. Checkout [issues list](https://github.com/roswell/roswell/issues) if you are interested in what's lacking. @@ -18,10 +18,10 @@ Checkout [issues list](https://github.com/roswell/roswell/issues) if you are int ## Installation, Dependency & Usage See our [github wiki](https://github.com/roswell/roswell/wiki). -We provide prebuilt binaries for homebrew on OSX, AUR on Arch and **also on Windows**. -* [Linux (arch)](https://github.com/roswell/roswell/wiki/Installation#linux) +We provide prebuilt binaries for homebrew on macOS, various Linux distributions and **also on Windows**. +* [Linux](https://github.com/roswell/roswell/wiki/Installation#linux) * [FreeBSD](https://github.com/roswell/roswell/wiki/Installation#freebsd) -* [Mac OS X (brew)](https://github.com/roswell/roswell/wiki/Installation#mac-os-x--homebrew) +* [macOS (via Homebrew)](https://github.com/roswell/roswell/wiki/Installation#mac-os-x--homebrew) * [Windows](https://github.com/roswell/roswell/wiki/Installation#windows) * [Building from Source](https://github.com/roswell/roswell/wiki/Installation#building-from-source)