Update README.md

This commit is contained in:
2025-07-09 18:46:54 +02:00
parent d321070603
commit 62bda2ae86

View File

@@ -9,7 +9,7 @@ It'll become available soon though!
Despite not being available, I'm still finishing this README. Despite not being available, I'm still finishing this README.
# Installation guide ## Installation guide
WebJammies is easy to install, first, get Python 3.10 or above. WebJammies is easy to install, first, get Python 3.10 or above.
For Linux users: For Linux users:
```bash ```bash
@@ -39,7 +39,7 @@ pip install pygame
And copy the `webjammies.py` file over to the directory you've created the `venv` in. And copy the `webjammies.py` file over to the directory you've created the `venv` in.
After that, just run `webjammies.py` and you're good to go! After that, just run `webjammies.py` and you're good to go!
# Setting up a server ## Setting up a server
Setting up a server is really simple, if you have a webserver already, you can skip ahead, if you don't, well: Setting up a server is really simple, if you have a webserver already, you can skip ahead, if you don't, well:
I've also got an easy to set up webserver [here](https://git.novacow.ch/Nova/PyWebServer)! I've also got an easy to set up webserver [here](https://git.novacow.ch/Nova/PyWebServer)!
With that out of the way, to set up your webserver for WebJammies, just create a `webjammies` directory at the root of your site. With that out of the way, to set up your webserver for WebJammies, just create a `webjammies` directory at the root of your site.