Skip to content

Commit 2de0788

Browse files
author
Jon Plaut
committed
updating readme to use ano instead of ino
1 parent 2534fcc commit 2de0788

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

README.md

+3-6
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,8 @@ The plugin is structured for use with [Pathogen][pathogen] so installation
1111
should be easy, assuming you have Pathogen installed.
1212

1313
## Requirements
14-
[Ino][ino] must be installed on your computer for this plugin to work.
15-
To install Ino, you can run ```easy_install ino``` or ```pip install ino```
16-
if you have python installed. Alternately, you can download the [source][ino-source]
17-
and run ```make install``` inside the directory.
14+
[Ano][ano] must be installed on your computer for this plugin to work (Previously, Ino was used, but that repo is no longer maintained).
15+
To install Ano, you can install from source using the instructions [here][ano] or ```npm install ano``` if you have npm installed.
1816

1917
If you plan on using this plugin with a board other than an Arduino
2018
Uno, you'll need to configure Ino to use that board by following
@@ -54,9 +52,8 @@ let g:vim_arduino_ino_cmd = 'ano'
5452

5553

5654
[ino-config]: http://inotool.org/quickstart#configuration-files
57-
[ino-source]: https://pypi.python.org/pypi/ino/#downloads
5855
[pathogen]: http://www.vim.org/scripts/script.php?script_id=2332
59-
[ino]: http://inotool.org/
56+
[ano]: https://github.com/scottdarch/Arturo
6057
[vim-arduino]: https://github.com/tclem/vim-arduino
6158
[arduino]: http://arduino.cc/en/Main/Software
6259
[ino-project]: http://inotool.org/quickstart

0 commit comments

Comments
 (0)