plantuml-mode/README.md

30 lines
897 B
Markdown
Raw Normal View History

2012-06-11 13:31:49 +02:00
PlantUML mode for Emacs
=======================
2015-07-13 23:09:47 +02:00
**NOTE**: This is currently almost only a GitHub mirror of the nice job done by [Zhang
2012-06-11 13:31:49 +02:00
Weize](http://zhangweize.wordpress.com/2010/09/20/update-plantuml-mode/)
2015-07-13 23:09:47 +02:00
as I couldn't find anything like a source repository. Just minor changes were introduced.
2012-06-11 13:31:49 +02:00
Provides a [PlantUml](http://plantuml.sourceforge.net/) major mode for
Emacs.
2015-07-13 23:09:47 +02:00
Installation
============
Make sure you have [MELPA](http://melpa.org/) enabled in your ``emacs.d``. Then, you can just
M-x package-install<RET>
puml-mode<RET>
Enjoy!
Usage
=====
Currently, the only available documentation is that provided by [Zhang's post](http://zhangweize.wordpress.com/2010/09/20/update-plantuml-mode/).
2012-06-11 13:31:49 +02:00
License
=======
Released under the terms of [GPLv2](http://www.gnu.org/licenses/gpl-2.0.html). See [LICENSE.txt](https://github.com/skuro/plantuml-mode/blob/master/LICENSE.txt).