Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ogheorghies authored May 14, 2019
1 parent 57ddc2a commit c3cac5c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ For more information, see the [wiki](https://github.com/ogheorghies/MetaUML/wiki
```
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 c3cac5c

Please sign in to comment.