Skip to content

Commit

Permalink
Add uninstall instructions to README.md. (They are in launch-meteor a…
Browse files Browse the repository at this point in the history
…s well.)
  • Loading branch information
glasser committed Apr 1, 2013
1 parent 4e70a1d commit 4410596
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,14 @@ You'll then be able to read the docs locally in your browser at
Note that if you run Meteor from a git checkout, you cannot pin apps to specific
Meteor releases or run using different Meteor releases using `--release`.

## Uninstalling Meteor

Aside from a short launcher shell script, Meteor installs itself inside your
home directory. To uninstall Meteor, run:

rm -rf ~/.meteor/
sudo rm /usr/local/bin/meteor

## Developer Resources

Building an application with Meteor?
Expand Down

0 comments on commit 4410596

Please sign in to comment.