Skip to content

Commit

Permalink
Update quickstart-local.md (#136)
Browse files Browse the repository at this point in the history
Add instructions to run `spin templates install` before creating a new application from a template.

Signed-off-by: Douglas Rodrigues <[email protected]>
  • Loading branch information
djrodrigues authored Jan 25, 2024
1 parent 8f6e504 commit ac016fe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/content/quickstart-local.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,9 @@ accessing the dashboard URL ([hippo.local.fermyon.link](http://hippo.local.fermy
![Creating a new account](static/image/docs/hippo-account.png)

Now, you can export the `HIPPO_USERNAME` and `HIPPO_PASSWORD` environment variables
in the terminal, and proceed to creating and deploying the first application:
in the terminal, and proceed to creating and deploying the first application (you may need
to run `spin templates install --git https://github.com/fermyon/spin` first if you just
installed `spin` and haven't created applications from a template before):

```console
$ spin new http-rust hello-fermyon
Expand Down

0 comments on commit ac016fe

Please sign in to comment.