Skip to content

Commit 0f186f8

Browse files
authored
Added upgrade steps for ihp-new
1 parent 65758e6 commit 0f186f8

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

UPGRADE.md

+12
Original file line numberDiff line numberDiff line change
@@ -359,6 +359,18 @@ This means that from now on when adding new packages, you need to do it in a sin
359359
360360
Start your project with `devenv up`.
361361
362+
13. **Update ihp-new**
363+
364+
We've updated `ihp-new` to the new nix flakes tools. This will speed up the time to create a new project:
365+
366+
```bash
367+
# Run this:
368+
nix-env -f https://downloads.digitallyinduced.com/ihp-new.tar.gz -i ihp-new
369+
370+
# Or this if you use nix profile:
371+
nix profile install -f https://downloads.digitallyinduced.com/ihp-new.tar.gz
372+
```
373+
362374
363375
# Upgrade to 1.0.1 from 1.0.0
364376
1. **Switch IHP version**

0 commit comments

Comments
 (0)