Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Iris
Tutorial POPL18
Commits
44603f4d
Verified
Commit
44603f4d
authored
Sep 14, 2020
by
Tej Chajed
Browse files
Document installing gawk on macOS
parent
09800dea
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
44603f4d
...
...
@@ -64,8 +64,8 @@ If you would like to know more about Iris, we recommend to take a look at:
If you want to contribute to the tutorial, note that the files in
`exercises/`
are generated from the corresponding files in
`solutions/`
. Run
`make exercises`
to re-generate those files. This requires
`gawk`
to be installed (which should
usually be available on Linux
but might have to
be installed
separately on
macOS
).
usually be available on Linux
, and on macOS can
be installed
with
`brew install gawk`
).
The syntax for the solution files is as follows:
```
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment