Skip to content

Commit

Permalink
Doc tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
doshitan committed Jan 14, 2025
1 parent 806a7a5 commit 157e826
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/adding-an-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ wanted to add a new application based on the rails template, you would run:

```sh
nava-platform infra add-app --commit . my-super-awesome-app
nava-platform app install --template-uri github:navapbc/template-application-rails --commit . my-super-awesome-app
nava-platform app install --template-uri gh:navapbc/template-application-rails --commit . my-super-awesome-app
```

The `app install` part may result in a conflict in the `<APP_NAME>/Makefile`
Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started/new-project.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
`/infra/README.md` file for creating the initial resources/dev environment.
1. Once you have a dev environment created, enable a host of other features by running:
```sh
nava-platform infra update --answers-only --data app_has_dev_env_setup=true .
nava-platform infra update-app --answers-only --data app_has_dev_env_setup=true . <APP_NAME>
```

And you're off!
Expand Down

0 comments on commit 157e826

Please sign in to comment.