We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12b6df7 commit b1601c5Copy full SHA for b1601c5
guides/cli.md
@@ -64,7 +64,7 @@ php bin/directus install:config -h <db_host> -n <db_name> -u <db_user> -p <db_pa
64
#### Example: http://example.local
65
66
```bash
67
-php bin/directus install:config -h localhost -n directus -u root -p pass -a super_admin_token -k directus
+php bin/directus install:config -h localhost -n directus -u root -p pass -a super_admin_token -k my-project
68
```
69
70
#### Example: http://example.local/directus
0 commit comments