diff --git a/README.md b/README.md index cb15f0813..9d312143c 100644 --- a/README.md +++ b/README.md @@ -92,10 +92,8 @@ sudo docker exec bracket-backend pipenv run ./cli.py create-dev-db See also the [quickstart docs](https://docs.bracketapp.nl/docs/running-bracket/quickstart). -# Development setup -Read the [development docs](https://docs.bracketapp.nl/docs/community/development) for how to run Bracket for development. - -Prerequisites are `yarn`, `postgresql` and `pipenv` to run the frontend, database and backend. +# Usage +Read the [usage guide](https://docs.bracketapp.nl/docs/usage/guide) for how to organize a tournament in Bracket from start to finish. # Configuration Read the [configuration docs](https://docs.bracketapp.nl/docs/running-bracket/configuration) for how to configure Bracket. @@ -110,6 +108,11 @@ Read the [deployment docs](https://docs.bracketapp.nl/docs/deployment) for how t Bracket can be run in Docker or by itself (using `pipenv` and `yarn`). +# Development setup +Read the [development docs](https://docs.bracketapp.nl/docs/community/development) for how to run Bracket for development. + +Prerequisites are `yarn`, `postgresql` and `pipenv` to run the frontend, database and backend. + # Translations Based on your browser settings, your language should be automatically detected and loaded. For now, there's no manual way of choosing a different language. diff --git a/docs/docs/intro.md b/docs/docs/intro.md index 4e62c2a1f..f67cd4e2d 100644 --- a/docs/docs/intro.md +++ b/docs/docs/intro.md @@ -42,4 +42,7 @@ experience to a project with a real purpose. ## Quickstart -To get started, follow the steps described in [quickstart](running-bracket/quickstart.md) +To get started in selfhosting Bracket, follow the steps described +in [quickstart](running-bracket/quickstart.md). + +To learn how to organize a tournament in Bracket, read the [usage guide](usage/guide.md). diff --git a/docs/docs/usage/introduction.md b/docs/docs/usage/guide.md similarity index 100% rename from docs/docs/usage/introduction.md rename to docs/docs/usage/guide.md