Skip to content

Commit

Permalink
remove mode added
Browse files Browse the repository at this point in the history
  • Loading branch information
vertexclique committed Jun 16, 2012
1 parent 660abc2 commit a26752d
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 6 deletions.
14 changes: 10 additions & 4 deletions README.markdown
@@ -1,8 +1,14 @@
INSTALLATION
=============
For installation
----------------

```
curl https://raw.github.com/vertexclique/volvox/master/do-install.sh | sh
$ curl https://raw.github.com/vertexclique/volvox/master/do-install.sh | sh
```

...and take a rest.
...and take a rest.

also removal

```
$ curl https://raw.github.com/vertexclique/volvox/master/do-remove.sh | sh
```
3 changes: 1 addition & 2 deletions do-install.sh
Expand Up @@ -5,5 +5,4 @@ ruby install.rb
cd $HOME
cd .emacs.d
ruby reload.rb
cd $HOME
emacs
cd $HOME
6 changes: 6 additions & 0 deletions do-remove.sh
@@ -0,0 +1,6 @@
cd $HOME
rm -rf .emacs
rm -rf .emacs.d
rm -rf .emacs/
rm -rf .emacs.d/
rm -rf volvox/

0 comments on commit a26752d

Please sign in to comment.