From 41be7375c59d840810d00129171dec034a6177d2 Mon Sep 17 00:00:00 2001 From: mo khan Date: Wed, 23 Apr 2025 10:20:33 -0600 Subject: docs: improve the getting started section --- README.md | 25 ++++++++++++++++++++----- 1 file changed, 20 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f45cc9e..341d8d5 100644 --- a/README.md +++ b/README.md @@ -41,8 +41,23 @@ The Authorization team is researching ways to evolve GitLab's authorization stac - [make](https://www.gnu.org/software/make/) - [docker](https://docs.docker.com/get-started/get-docker/) -```bash -$ make setup -$ make test -$ make run -``` +1. Install tools: + ```bash + $ make setup + ``` +2. Run the tests: + ```bash + $ make test + ``` +4. Copy the `.env` file + ```bash + $ cp .env .env.local + ``` +5. Edit the settings in the `.env.local` file: + ```bash + $ vim .env.local + ``` +6. Start the service + ```bash + $ make run + ``` -- cgit v1.2.3