Skip to content

Commit

Permalink
docs: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kkebo committed Aug 14, 2024
1 parent cd4e712 commit 3eacda5
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 @@ -16,8 +16,8 @@ An operating system written in Swift.
- macOS: `brew install llvm` and add `/opt/homebrew/opt/llvm/bin` to your `$PATH`
- QEMU 9.0+
- Arch Linux: `sudo pacman -S qemu-system-aarch64`
- Fedora: `sudo dnf install qemu-system-aarch64-core`
- Ubuntu: `sudo apt install qemu-system-arm`
- Fedora: ~~`sudo dnf install qemu-system-aarch64-core`~~ Build from [source](https://www.qemu.org/download/#source)
- Ubuntu: ~~`sudo apt install qemu-system-arm`~~ Build from [source](https://www.qemu.org/download/#source)
- macOS: `brew install qemu`
- Swift (main snapshot)
- On Linux, you can easily install the toolchain using [swiftly](https://swift-server.github.io/swiftly/).
Expand Down

0 comments on commit 3eacda5

Please sign in to comment.