mirror of
https://github.com/Forceu/Gokapi.git
synced 2026-02-05 07:58:32 -06:00
Update README.md
This commit is contained in:
33
README.md
33
README.md
@@ -25,6 +25,24 @@
|
||||
- **Customizable UI:** Adjust look and feel with custom CSS and JavaScript
|
||||
|
||||
|
||||
|
||||
## Getting Started
|
||||
|
||||
You can deploy Gokapi in seconds using Docker or directly on your system.
|
||||
|
||||
[Installation Guide](https://gokapi.readthedocs.io/en/latest/setup.html)
|
||||
[Usage Instructions](https://gokapi.readthedocs.io/en/latest/usage.html)
|
||||
|
||||
**Want to give it a try?**
|
||||
|
||||
Start Gokapi instantly with Docker:
|
||||
|
||||
```bash
|
||||
docker run -v gokapi-data:/app/data -v gokapi-config:/app/config -p 127.0.0.1:53842:53842 -e TZ=UTC f0rc3/gokapi:latest
|
||||
```
|
||||
|
||||
|
||||
|
||||
## Screenshots
|
||||
**Main Menu**
|
||||
|
||||
@@ -74,21 +92,6 @@
|
||||
|
||||
|
||||
|
||||
## Getting Started
|
||||
|
||||
You can deploy Gokapi in seconds using Docker or directly on your system.
|
||||
|
||||
[Installation Guide](https://gokapi.readthedocs.io/en/latest/setup.html)
|
||||
[Usage Instructions](https://gokapi.readthedocs.io/en/latest/usage.html)
|
||||
|
||||
**Want to give it a try?**
|
||||
|
||||
Start Gokapi instantly with Docker:
|
||||
|
||||
```bash
|
||||
docker run -v gokapi-data:/app/data -v gokapi-config:/app/config -p 127.0.0.1:53842:53842 -e TZ=UTC f0rc3/gokapi:latest
|
||||
```
|
||||
|
||||
|
||||
## License
|
||||
|
||||
|
||||
Reference in New Issue
Block a user