Skip to content

Commit

Permalink
Merge pull request #1 from danielhoherd/patch-1
Browse files Browse the repository at this point in the history
Fix typos
  • Loading branch information
trusch committed Aug 27, 2021
2 parents 1f9ce52 + 896a062 commit 8a62357
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SnakeOS

This is the game snake, bootable on a x86_64 CPU, written completely in rust. It's foundation is following the very interesting [Writing an OS in Rust](https://os.phil-opp.com/) blog which I would recommend everybody who is interested in this kind of stuff.
This is the game snake, bootable on a x86_64 CPU, written completely in rust. Its foundation is following the very interesting [Writing an OS in Rust](https://os.phil-opp.com/) blog which I would recommend everybody who is interested in this kind of stuff.

![screenshot](./screenshots/screenshot.png)

Expand All @@ -20,15 +20,15 @@ This is the game snake, bootable on a x86_64 CPU, written completely in rust. It
## Build it

Use the Makefile to build the game.
The only dependencies are `podman` and `buildah` which are used to setup the build enviroment.
The only dependencies are `podman` and `buildah` which are used to setup the build environment.

```
make snakeos.img
```

This will first setup a build container with the necessary dependencies and then build the game.

Alternativly you can use the rust compiler directly with some tricks applied:
Alternatively, you can use the rust compiler directly with some tricks applied:

```
rustup override set nightly
Expand Down

0 comments on commit 8a62357

Please sign in to comment.