Skip to content

Commit

Permalink
Added upgrade steps for ihp-new
Browse files Browse the repository at this point in the history
  • Loading branch information
mpscholten authored Jul 21, 2023
1 parent 65758e6 commit 0f186f8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions UPGRADE.md
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,18 @@ This means that from now on when adding new packages, you need to do it in a sin
Start your project with `devenv up`.
13. **Update ihp-new**
We've updated `ihp-new` to the new nix flakes tools. This will speed up the time to create a new project:
```bash
# Run this:
nix-env -f https://downloads.digitallyinduced.com/ihp-new.tar.gz -i ihp-new
# Or this if you use nix profile:
nix profile install -f https://downloads.digitallyinduced.com/ihp-new.tar.gz
```
# Upgrade to 1.0.1 from 1.0.0
1. **Switch IHP version**
Expand Down

0 comments on commit 0f186f8

Please sign in to comment.