diff --git a/.github/images/screenshot-cli.png b/.github/images/screenshot-cli.png
new file mode 100644
index 0000000..35baaaf
Binary files /dev/null and b/.github/images/screenshot-cli.png differ
diff --git a/.github/images/screenshot-website.png b/.github/images/screenshot-website.png
new file mode 100644
index 0000000..57e18d8
Binary files /dev/null and b/.github/images/screenshot-website.png differ
diff --git a/LICENSE b/LICENSE
index 217c1d5..b76b4fa 100644
--- a/LICENSE
+++ b/LICENSE
@@ -5,3 +5,5 @@ Permission is hereby granted, free of charge, to any person obtaining a copy of
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+QB64 is licensed under the [MIT](https://github.com/QB64Official/qb64/blob/master/licenses/COPYING.TXT) license.
diff --git a/README.md b/README.md
index 4afc54f..294fec8 100644
--- a/README.md
+++ b/README.md
@@ -1,19 +1,18 @@
# Qub -- QBasic Website Generator
-(talk about what it is here)
+Qub (pronounced "cube") is a CLI that generates a web server and framework for building websites in [QB64](https://qb64.com/) -- a more modern variant of QBasic.
-## TODO
+
+
+ |
+
+ |
-- [ ] Fill out the README, documentation, screenshots
-- [ ] Set up CI
-- [ ] Add a Deployment doc
-- [ ] Make the default template look nicer, better template README
-- [ ] htmx version maybe
-- [ ] YouTube video on Jamon's Code Quests
+## Getting Started
-## Installation
+_Windows Support_: Qub has only been tested on macOS and Linux. It might work on Windows WSL (Windows Subsystem for Linux) or Git Bash on Windows. If you want to help test and make it run on Windows, please open an issue or PR!
-First, alias the `qub` command to the following:
+To get started, set up your `qub` alias first:
```
alias qub="source <(curl -sSL https://raw.githubusercontent.com/jamonholmgren/qub/main/src/cli.sh)"
@@ -25,8 +24,28 @@ Now, you should be able to run it like so:
qub
qub --version
qub --help
+qub create
```
+## History
+
+When I was twelve, I built my first game in QBasic -- and kept building games and small apps (we called them "programs" in those days) for years. I have a lot of nostalgia and a special place in my heart for QBasic.
+
+A few years ago, I was talking about rebuilding my website in something different, just for a fun challenge, and my friend Mark Villacampa said ["do it in BASIC you coward!"](https://twitter.com/MarkVillacampa/status/1594426506754801664). I took on the challenge and built [jamon.dev](https://jamon.dev) in QB64.
+
+Once I had a working website, I realized that I wanted to make it easier for other people to build websites in QB64, so I started building Qub, aided by @knewter who is another QBasic fan from way back.
+
+## TODO
+
+- [ ] Fill out the README, documentation, screenshots
+- [ ] Set up CI
+- [ ] Add a Deployment doc
+- [ ] Make the default template look nicer, better template README
+- [ ] htmx version maybe
+- [ ] YouTube video on Jamon's Code Quests
+
## License
MIT -- see [LICENSE](LICENSE) for details.
+
+QB64 is licensed under the [MIT](https://github.com/QB64Official/qb64/blob/master/licenses/COPYING.TXT) license.