Updated Readme.md

This commit is contained in:
Bo⋆˚✿˖° 2025-05-25 21:07:37 +02:00
parent c38c08f65c
commit 0738fa957d
No known key found for this signature in database
GPG key ID: CEE0F03E50221D34

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.