Skip to content

Commit fec43f5

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ Please ask as many questions as you need, either directly in the issue or on [Di
4343
### Project Setup for Authorizer core
4444

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

0 commit comments

Comments
 (0)