Update README.md

This commit is contained in:
Shaun Orssaud 2023-11-24 12:08:10 +09:00 committed by GitHub
parent 77107fb5a4
commit e7840b54fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,6 +26,11 @@ A frontend for codex made with Flutter.
```console ```console
git clone https://github.com/Kayvon-Martinez/codex-frontend git clone https://github.com/Kayvon-Martinez/codex-frontend
cd codex-frontend cd codex-frontend
```
Grab your codex api link and put it in the dockercompose file in the root of the directory in the value of codex_url
```console
docker compose up docker compose up
``` ```