File tree 1 file changed +3
-6
lines changed
1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,8 @@ The plugin is structured for use with [Pathogen][pathogen] so installation
11
11
should be easy, assuming you have Pathogen installed.
12
12
13
13
## 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.
18
16
19
17
If you plan on using this plugin with a board other than an Arduino
20
18
Uno, you'll need to configure Ino to use that board by following
@@ -54,9 +52,8 @@ let g:vim_arduino_ino_cmd = 'ano'
54
52
55
53
56
54
[ ino-config ] : http://inotool.org/quickstart#configuration-files
57
- [ ino-source ] : https://pypi.python.org/pypi/ino/#downloads
58
55
[ pathogen ] : http://www.vim.org/scripts/script.php?script_id=2332
59
- [ ino ] : http ://inotool.org/
56
+ [ ano ] : https ://github.com/scottdarch/Arturo
60
57
[ vim-arduino ] : https://github.com/tclem/vim-arduino
61
58
[ arduino ] : http://arduino.cc/en/Main/Software
62
59
[ ino-project ] : http://inotool.org/quickstart
You can’t perform that action at this time.
0 commit comments