Skip to content

Commit 271e901

Browse files
authored
chore: update project setup info
1 parent c6f01ce commit 271e901

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@ This guide helps you practice using Authorizer to evaluate it before you use it
7878
### Project Setup
7979

8080
1. Fork the [authorizer](https://github.com/authorizerdev/authorizer) repository (**Skip this step if you have access to repo**)
81-
2. `git clone https://github.com/authorizerdev/authorizer.git`
82-
3. `cd authorizer`
83-
5. `cp .env.sample .env`. Check all the supported env [here](https://docs.authorizer.dev/core/env/)
81+
2. Clone repo: `git clone https://github.com/authorizerdev/authorizer.git` or use the forked url from step 1
82+
3. Change directory to authorizer: `cd authorizer`
83+
5. Create Env file `cp .env.sample .env`. Check all the supported env [here](https://docs.authorizer.dev/core/env/)
8484
6. Build Dashboard `make build-dashboard`
8585
7. Build App `make build-app`
8686
8. Build Server `make clean && make`

0 commit comments

Comments
 (0)