Updated README.md

This commit is contained in:
Prozilla 2023-08-08 20:25:11 +02:00
parent ea2c558c51
commit 7b548ed548
No known key found for this signature in database
GPG key ID: 5858DFE71CAF31EE
2 changed files with 13 additions and 4 deletions

View file

@ -1,10 +1,12 @@
<img alt="GitHub" src="https://img.shields.io/github/license/prozilla/Prozilla-OS?style=flat-square&color=red&label=License"> <img alt="GitHub Repo stars" src="https://img.shields.io/github/stars/prozilla/prozilla-os?style=flat-square&color=yellow&label=%E2%AD%90"> <img alt="GitHub forks" src="https://img.shields.io/github/forks/prozilla/prozilla-os?style=flat-square&color=blue&label=Forks">
# <img src="public/media/logo.svg" width=40 height=40 style="vertical-align: middle; background: none;"/> ProzillaOS
<img src="public/media/logo.svg" align="left" width=35 height=35/>
# ProzillaOS
ProzillaOS is a web-based operating system inspired by Ubuntu Linux and Windows made with React by Prozilla.
[Live demo](https://os.prozilla.dev/)
**Live demo: [os.prozilla.dev](https://os.prozilla.dev/)**
<img src="public/media/Banner2.png"/>
@ -12,23 +14,30 @@ ProzillaOS is a web-based operating system inspired by Ubuntu Linux and Windows
## Documentation
See [docs](docs/README.md) for more information.
See [docs](docs/README.md) for more info.
### Quick Links
- [Features](docs/features/README.md)
- [Design](docs/design/README.md)
- [Roadmap](docs/roadmap/README.md)
- [Configurations](docs/configurations/README.md)
- [Contributing](docs/contributing/README.md)
## Design
See [docs/design](docs/design/README.md) for more info.
ProzillaOS was designed in Figma by Prozilla. You can view the design file [here](https://www.figma.com/file/bEE5RyWgV0QILcXpZWEk2r/ProzillaOS?type=design&node-id=0%3A1&mode=design&t=7KR1tKCp9H5cK3hf-1).
### Preview
<img src="public/media/screenshots/Screenshot1.png"/>
## Support ProzillaOS
You can support this project by donating to **[ko-fi.com/prozilla](https://ko-fi.com/prozilla)**.
## License
This project is licensed under the MIT license, Copyright (c) 2023 Sieben De Beule. For more information see [LICENSE.md](LICENSE.md).

View file

@ -13,7 +13,7 @@ echo -e "Repository: $REPO_URL\n"
echo $DOMAIN > build/CNAME
echo Deploying to GitHub Pages...
if gh-pages --silent -d build -m $COMMIT_MESSAGE -r $REPO_URL ; then
if gh-pages -d build -m $COMMIT_MESSAGE -r $REPO_URL ; then
echo Successfully deployed to https://$DOMAIN/
else
echo Failed to deploy