Skip to content

Commit

Permalink
Add info about Codespaces support under Installation Guide
Browse files Browse the repository at this point in the history
  • Loading branch information
rvarun11 committed Feb 11, 2023
1 parent 3b22b87 commit 8ba3261
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Guide/installation.markdown
Expand Up @@ -146,6 +146,12 @@ nix.settings.trusted-users = [ "root" "USERNAME_HERE" ];

[See the documentation for `nix.settings.trusted-users` to learn more about what this is doing](https://search.nixos.org/options?show=nix.settings.trusted-users&query=nix.settings.trusted-users).

#### GitHub Codespaces

To get started with IHP on [GitHub Codespaces](https://docs.github.com/en/codespaces/getting-started/quickstart), simply use the [Codespaces IHP Template](https://github.com/rvarun11/codespaces-ihp) to create a new GitHub repo. On the first start up, a new IHP boilerplate will be generated for you which you can commit.

To try it out before making your own repo, you can simply start a Codespace from the template itself.

#### GitPod

If you use GitPod for Development in the Cloud, [you can use IHP GitPod Template](https://github.com/gitpod-io/template-ihp/generate).
Expand Down

0 comments on commit 8ba3261

Please sign in to comment.