Skip to content

Commit

Permalink
Adding usage / dev details to readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gozala committed Feb 10, 2011
1 parent b014630 commit 8827de9
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
25 changes: 24 additions & 1 deletion README.md
@@ -1,8 +1,31 @@
# vice # # vice #


Vim mode for ace. This is VIM plugin for Ace. It can be added to the list of Ace plugins to add
a VIM modes and keybindings.


## Install ## ## Install ##


npm install vice npm install vice


## Usage ##

teleport activate
open http://localhost:4747/vice

## Develop ##

Easiest way to work on Vice is using `teleport` all you need to do in this case
is following (see wiki for more [details]):

git clone git://github.com/Gozala/vice.git
npm link vice

If you don't feel comfortable using teleport, you can also use symlinks or
git submodules / repos instead. All you need is to have is clones of following
repositories in `./support` directory:

- [ace](https://github.com/ajaxorg/ace)
- [pilot](https://github.com/ajaxorg/pilot)
- [cockpit](https://github.com/ajaxorg/cockpit)

[details]:https://github.com/ajaxorg/ace/wiki/Edit-or-embed-Ace-%28with-Teleport%29
3 changes: 3 additions & 0 deletions support/.gitignore
@@ -0,0 +1,3 @@
# Everything in this folder is ignored checkout README for details.
*
!.gitignore

0 comments on commit 8827de9

Please sign in to comment.