1
0
mirror of https://github.com/wjwwood/serial.git synced 2026-01-23 04:04:54 +08:00

Fix typo and missing dependency in README

This commit is contained in:
Stephane Poirier 2016-10-01 13:05:26 -04:00
parent 2d416f1560
commit 3f5e3f61a8

View File

@ -21,6 +21,7 @@ API Documentation: http://wjwwood.github.com/serial/doc/1.1.0/index.html
* [Python](http://www.python.org) - scripting language * [Python](http://www.python.org) - scripting language
* [empy](http://www.alcyone.com/pyos/empy/) - Python templating library * [empy](http://www.alcyone.com/pyos/empy/) - Python templating library
* [catkin_pkg](http://pypi.python.org/pypi/catkin_pkg/) - Runtime Python library for catkin * [catkin_pkg](http://pypi.python.org/pypi/catkin_pkg/) - Runtime Python library for catkin
* [Doxygen](http://www.doxygen.org/) - Documentation generation tool
### Install ### Install
@ -38,7 +39,7 @@ Build and run the tests:
Build the documentation: Build the documentation:
make docs make doc
Install: Install: