Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
P.-A committed Jun 16, 2024
1 parent 1b87276 commit 265049a
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pngquant *.png --ext .png --force

- Create symlink to this repository from `~/.cache/typst/packages` to `git/packages/packages/preview`. For this :
```bash
ln -s ~/git/packages/packages/preview/isc-hei-report ~/.cache/typst/packages/preview/isc-hei-report/0.1.5
ln -s ~/git/modern-isc-report ~/.cache/typst/packages/preview/isc-hei-report/0.1.5
```

This prevents the download of packages and uses the local versions of this package.
Expand All @@ -25,5 +25,12 @@ pngquant *.png --ext .png --force
typst init @preview/isc-hei-report:0.1.5
```

- Copy the content of this repos to the `typst-template` repository. Create PR as usual.
- Copy the content of this repos to the `typst-template` repository using

```bash
cp * -R ~/git/packages/packages/preview/isc-hei-report/0.1.5/
```

- Create PR as usual.


0 comments on commit 265049a

Please sign in to comment.