Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
joshiemoore committed May 28, 2020
1 parent 873d0c4 commit 32bb76b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -24,6 +24,11 @@ Once you are booted into the Python environment, launch snakewm with these comma
>>> SnakeWM().run()
```

We are working on an app menu, but in the meantime you can load existing apps with these hotkeys:

* `ALT+H` - very basic "Hello World" app
* `ALT+P` - Pong game

## Building
If you want to generate your own snakeware image, clone this repository and run `./build_all.sh` in the `snakeware/`
directory. This will take a long time, because Linux, Python, and Busybox are all built from source. Take a look
Expand Down Expand Up @@ -54,6 +59,7 @@ the Python environment, so ideas about that are welcome.
This is an abridged list of future plans:

* Many more snakewm apps
* App menu for choosing apps to run
* Improved/streamlined build system
* Improved kernel config
* Take advantage of pygame_gui's theme functionality
Expand Down

0 comments on commit 32bb76b

Please sign in to comment.