diff options
| author | Terry Truong <terry06890@gmail.com> | 2022-07-12 12:08:30 +1000 |
|---|---|---|
| committer | Terry Truong <terry06890@gmail.com> | 2022-07-12 12:08:30 +1000 |
| commit | 17b38e5a6c66a5b356e2e09e140a3d954e0a9a2a (patch) | |
| tree | 382704980f2a92781b39da819ae9f239a56cc654 /README.md | |
| parent | de6ffa836d7e35730c44ac244345d3368e4bbbe0 (diff) | |
Add links to MIT License on GitHub
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -38,7 +38,7 @@ stored using [Sqlite](https://www.sqlite.org). Note: Running your own version of the client and server should be straightforward, but generating the database that they use takes a long time. More details are -in backend/data/README.md. +in `backend/data/README.md`. ### Client Side 1. If you don't have npm or Node.js installed, you can download a Node installer from @@ -55,7 +55,7 @@ in backend/data/README.md. 1. To run the dev server, you'll need to install jsonpickle. This can be done using `python -m pip install jsonpickle`. If you want to keep the installed package separate from your system's packages, it's common practice to use - the 'venv' module. + [venv](https://docs.python.org/3/tutorial/venv.html). ### Running Tilo 1. In `backend/`, run `./server.py`, which starts a basic HTTP server that provides @@ -70,4 +70,4 @@ instructions for deployment on an Apache server on an Ubuntu system. ## Licence -Tilo is licensed under the MIT licence, provided in `LICENSE.txt` +Tilo is licensed under the [MIT Licence](https://github.com/terry06890/tilo/blob/main/LICENCE.txt). |
