diff --git a/README.md b/README.md index 924d07c8..0bebd923 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ $ cd doccano $ docker-compose -f docker-compose.prod.yml up ``` -Access . +Go to . _Note the superuser account credentials located in the `docker-compose.prod.yml` file:_ ```yml @@ -80,17 +80,19 @@ docker container start doccano To stop the container, run `docker container stop doccano -t 5`. All data created in the container will persist across restarts. -Access . +Go to . ### For Developers +You can setup local development environment as follows: + ```bash $ git clone https://github.com/doccano/doccano.git $ cd doccano $ docker-compose -f docker-compose.dev.yml up ``` -Access . +Go to . ## One-click Deployment