updating readme and adding the license note

This commit is contained in:
ngn
2024-01-17 15:06:53 +03:00
parent 50d5964921
commit f805d69ea4
2 changed files with 24 additions and 4 deletions

View File

@ -1,9 +1,9 @@
# website | Matterlinux Website
Soruce code of Matterlinux's offical website, which is
hosted at [matterlinux.xyz](https://matterlinux.xyz)
# website | MatterLinux Website
Soruce code of Matterlinux's offical website, which is
located at [matterlinux.xyz](https://matterlinux.xyz)
### Deployment
After cloning this repository, web server can be built and deployed with docker:
Web server can be built and deployed with docker:
```
docker build --tag matterwebsite .
docker run -d --name matterweb \