Skip to content

Commit

Permalink
Merge pull request mszep#34 from nitrocode/add-osx-install
Browse files Browse the repository at this point in the history
Add OSX install to README
  • Loading branch information
mszep authored Feb 28, 2018
2 parents 77082c4 + 518dad9 commit 51afcef
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,15 @@ sudo dnf install pandoc texlive-collection-context
sudo pacman -S pandoc texlive-core
```

#### OSX
```bash
brew install pandoc
mkdir $HOME/context
cd $HOME/context
rsync -av rsync://contextgarden.net/minimals/setup/first-setup.sh .
sh ./first-setup.sh --modules=all --engine=luatex
```

### Troubleshooting
Some users have reported problems where their system does not properly find the ConTeXt
executable, leading to errors like `Cannot find context.lua` or similar. It has been found
Expand Down

0 comments on commit 51afcef

Please sign in to comment.