Skip to content

Commit

Permalink
Reference new gitpod ihp template in the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mpscholten committed Sep 10, 2021
1 parent 6acc01a commit 4937e42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Guide/installation.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -148,13 +148,13 @@ nix.trustedUsers = [ "root" "USERNAME_HERE" ];

#### GitPod

If you use GitPod for Development in the Cloud, [you can use IHP GitPod Template](https:/digitallyinduced/ihp-gitpod-template). Use the `Use this template` button on GitHub to make your own repository with the needed starting files.
If you use GitPod for Development in the Cloud, [you can use IHP GitPod Template](https:/gitpod-io/template-ihp/generate).

On first start up, GitPod will automatically generate a new IHP project for you. You just need to call `git add .` and then commit the boilerplate after first start.

If you want to try it out before making your own repo, use this button below:

[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https:/digitallyinduced/ihp-gitpod-template)
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https:/gitpod-io/template-ihp)

## 3. Next

Expand Down

0 comments on commit 4937e42

Please sign in to comment.