Skip to content

Commit

Permalink
Merge branch 'master' of github.com:ogheorghies/MetaUML
Browse files Browse the repository at this point in the history
  • Loading branch information
ogheorghies committed May 14, 2019
2 parents 1a9b0ef + c3cac5c commit 7afd6d8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,16 @@ end
mptopdf example.mp
```

For more information, see the [wiki](https://github.com/ogheorghies/MetaUML/wiki) and the [manual](https://github.com/ogheorghies/MetaUML/releases/download/v0.2.5/metauml_manual_0.2.5.pdf).
For more information, see the [wiki](https://github.com/ogheorghies/MetaUML/wiki) and the [manual](https://github.com/ogheorghies/MetaUML/releases/download/v0.2.6/metauml-manual-v0.2.6-19d34de3da75cbd9f814f0a9ec03b4e0861b1541.pdf).

# Development

```
sudo apt install texlive-metapost
git clone git@github.com:ogheorghies/MetaUML.git
sudo mv /usr/share/texlive/texmf-dist/metapost/metauml /tmp/metauml-old
export METAUML_DIR=/usr/share/texlive/texmf-dist/metapost/metauml
sudo mv ${METAUML_DIR} ${METAUML_DIR}-backup-$(date +%s)
sudo ln -svf ${PWD}/MetaUML/src /usr/share/texlive/texmf-dist/metapost/metauml
```

0 comments on commit 7afd6d8

Please sign in to comment.