File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -78,9 +78,9 @@ This guide helps you practice using Authorizer to evaluate it before you use it
7878### Project Setup
7979
80801 . 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/ )
84846 . Build Dashboard ` make build-dashboard `
85857 . Build App ` make build-app `
86868 . Build Server ` make clean && make `
You can’t perform that action at this time.
0 commit comments