diff options
| author | Michael Forney <mforney@mforney.org> | 2020-12-02 20:53:39 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2020-12-03 01:57:35 -0800 |
| commit | 54df165fdacbbd46a69eefa2e9aa6de25a04a037 (patch) | |
| tree | 78aac147336b7378c2e9a9d833b6176a963a9cee | |
| parent | 9d3a8c3958ccde85acc60a3ba1ee77101c585a3a (diff) | |
README: Fix grammar
| -rw-r--r-- | README.md | 12 |
1 files changed, 5 insertions, 7 deletions
@@ -121,15 +121,13 @@ out. ## QEMU -If you'd like to give oasis for a spin without installing it yourself, +If you'd like to give oasis a try without installing it yourself, there is a QEMU image available [here][qemu-image]. -Inside the archive are the root filesystem (`root.qcow2`), a Linux -kernel (`bzImage`), and a script to launch qemu (`run`). - -There is also `README.md` with some information about how to use -it. In short, use `./run` to launch in graphical mode, and `./run -s` -to launch in serial mode. +Inside the archive are the root filesystem, a Linux kernel, and a +script to launch qemu. There is also `README.md` with some information +about how to use it. In short, use `./run` to launch in graphical +mode, and `./run -s` to launch in serial mode. [qemu-image]: https://patchouli.sr.ht/builds.sr.ht/artifacts/~mcf/356456/5af47a3cf086151c/oasis-qemu.tar.xz |
