Skip to content

Commit

Permalink
adding brew command to install librsvg
Browse files Browse the repository at this point in the history
  • Loading branch information
Ducasse committed Aug 8, 2024
1 parent b2365be commit 86c4db1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Chapters/4-Interpreter/figures/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ Converting ascii art to pdf requires two command line tools: `aasvg` and `rsvg-c
npm install -g aasvg
sudo apt-get install librsvg2-bin
```
If the previous apt-get does not work

```
brew install librsvg
```

Figure source code is asciiart and named `*-ascii.txt`.
We then convert them to svg using the following commands.
Expand Down

0 comments on commit 86c4db1

Please sign in to comment.