Updated Readme for Mac OS Install Instructionss
Updated Readme for OS X
This commit is contained in:
parent
cc796ccc3d
commit
3da569b9c9
12
README.md
12
README.md
|
@ -54,6 +54,18 @@ ln -s /usr/bin/mktemp /usr/bin/tempfile
|
||||||
|
|
||||||
This package should be considered a preview only, and is currently being produced with [Alien](https://wiki.debian.org/Alien).
|
This package should be considered a preview only, and is currently being produced with [Alien](https://wiki.debian.org/Alien).
|
||||||
|
|
||||||
|
#### Apple Mac OS distributions
|
||||||
|
|
||||||
|
You will still need to follow "install from source" instructions. However you need to ensure the dependency of Pandadoc is installed on your mac. Pleasse ensure you have [homebrew](https://brew.sh/) installed first.
|
||||||
|
|
||||||
|
```bash
|
||||||
|
brew update
|
||||||
|
brew install pandoc
|
||||||
|
curl https://raw.githubusercontent.com/mike42/mdcheckr/master/mdcheckr -o mdcheckr
|
||||||
|
chmod +x mdcheckr
|
||||||
|
sudo mv mdcheckr /usr/local/bin
|
||||||
|
```
|
||||||
|
|
||||||
### Install from source
|
### Install from source
|
||||||
|
|
||||||
If the dependencies are available on your system, just copy the shell script itself to `/usr/local/bin`:
|
If the dependencies are available on your system, just copy the shell script itself to `/usr/local/bin`:
|
||||||
|
|
Loading…
Reference in New Issue