mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
14
README.md
14
README.md
@@ -82,7 +82,7 @@ meteor
|
||||
**Building an application with Meteor?**
|
||||
|
||||
* Deploy on [Meteor Cloud](https://www.meteor.com/cloud)
|
||||
* Discussion [Forums](https://forums.meteor.com/)
|
||||
* Discuss on [Forums](https://forums.meteor.com/)
|
||||
* Join the Meteor community Slack by clicking this [invite link](https://join.slack.com/t/meteor-community/shared_invite/enQtODA0NTU2Nzk5MTA3LWY5NGMxMWRjZDgzYWMyMTEyYTQ3MTcwZmU2YjM5MTY3MjJkZjQ0NWRjOGZlYmIxZjFlYTA5Mjg4OTk3ODRiOTc).
|
||||
* Announcement list. Subscribe in the [footer](https://www.meteor.com/).
|
||||
|
||||
@@ -94,4 +94,14 @@ Interested in helping or contributing to Meteor? These resources will help:
|
||||
* [Feature requests](https://github.com/meteor/meteor/discussions/)
|
||||
* [Issue tracker](https://github.com/meteor/meteor/issues)
|
||||
|
||||
To uninstall Meteor [read here](https://docs.meteor.com/install.html#uninstall).
|
||||
To uninstall Meteor:
|
||||
- If installed via npm, run:
|
||||
```shell
|
||||
meteor-installer uninstall
|
||||
```
|
||||
- If installed via curl, run:
|
||||
```shell
|
||||
rm -rf ~/.meteor
|
||||
sudo rm /usr/local/bin/meteor
|
||||
```
|
||||
To find more information about installation, [read here](https://docs.meteor.com/install.html#uninstall).
|
||||
|
||||
Reference in New Issue
Block a user