Skip to content

Commit

Permalink
add content to test
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbhmr authored Dec 17, 2023
1 parent 831cd2a commit d812de3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
7 changes: 5 additions & 2 deletions install_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
set -e

if [ "$OS" = "Windows_NT" ]; then

pwsh -command 'type install.ps1 | iex'
else

cat install.sh | sh
fi

typst --version
typst compile test.typ
5 changes: 5 additions & 0 deletions test.typ
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
+ The climate
- Temperature
- Precipitation
+ The topography
+ The geology

0 comments on commit d812de3

Please sign in to comment.