Skip to content

Commit

Permalink
docs: remove installation flags from readme
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Jun 22, 2024
1 parent 46bd3a0 commit c161b83
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,12 +112,10 @@ npm init adonisjs -- --kit="web" --db="mysql"

### Other options

| Option | Description |
| -------------- | --------------------------------------------------------------------------------------- |
| `--install` | Install dependencies. A prompt will be shown when the flag is not mentioned explicitly. |
| `--git-init` | Initialize git repository. |
| `--no-install` | Explicitly opt out from installing dependencies and skip the prompt |
| `--verbose` | Enable verbose mode to display all logs |
| Option | Description |
| ------------ | --------------------------------------- |
| `--git-init` | Initialize git repository. |
| `--verbose` | Enable verbose mode to display all logs |

## Debugging errors

Expand Down

0 comments on commit c161b83

Please sign in to comment.