Updated Readme.md

This commit is contained in:
Bo⋆˚✿˖° 2025-05-25 21:07:37 +02:00
parent 9297f87778
commit f43aae58c6
Signed by: FreedTapestry21
GPG key ID: 5E19D8C7E935C480

View file

@ -1,5 +1,5 @@
<p align="center"> <p align="center">
<a href="https://freed.place"><img height="256px" src="./static/icons/logo.png" /></a> <a href="https://freed.place"><img height="256px" src="./html/assets/img/logo.png" /></a>
</p> </p>
# Freed.place # Freed.place
@ -9,7 +9,7 @@ heya! welcome to my personal website! this site is build using pure html and css
this site is run with Docker, a container system to make deploying applications easier. this site is run with Docker, a container system to make deploying applications easier.
to install Docker on your system, please install the `docker` package from your package manager. to install Docker on your system, please install the `docker` package from your package manager.
after that; run `docker compose up` in the root of this repository which will start the NGINX server. after that; run `docker compose up` in the root of this repository which will start the NGINX server.
you can then access the server at `127.0.0.1:8` or `localhost:80`. you can then access the server at `127.0.0.1:80` or `localhost:80`.
## wait... where's the old site? ## wait... where's the old site?
as you might have noticed, the branches in this repo begin from version 3.0. as you might have noticed, the branches in this repo begin from version 3.0.