From 38bffd64678057a27c53d0160ac75632219466bf Mon Sep 17 00:00:00 2001 From: TheGoddessInari Date: Wed, 5 Dec 2018 15:32:05 -0800 Subject: [PATCH] Remove references to `app watch`, as this never made sense. Also remove mention of 'contributed services'. --- .github/CONTRIBUTING.md | 6 ------ CONTRIBUTING.md | 4 +--- README.md | 1 - 3 files changed, 1 insertion(+), 10 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 66a630dc..5129a95f 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -10,12 +10,6 @@ Help us to maximize the effort we can spend fixing issues and adding new feature [template]: https://github.com/TheGoddessInari/rambox/blob/master/.github/ISSUE_TEMPLATE.md -## Share your Custom Services - -If you consider there are other users that can use your Custom Service, we have a repo for this: [Rambox Services Contrib][rambox-services-contrib]. - -[rambox-services-contrib]: https://github.com/TheGoddessInari/rambox-services-contrib - ## Ask for help We have a great community in [Gitter][gitter] that can help you with any doubt or problem. diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8819a41a..b04d9e1c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -133,8 +133,6 @@ npm install ``` ```bash -# npm run repack -$ sencha app watch $ npm start # in a new terminal ``` @@ -157,7 +155,7 @@ The services are stored inside the file `./app/store/ServicesList.js`. Add your The logo it's referencing is located in `./resources/icons/`. -To see these changes you'll need to stop your `npm start` and `sencha app watch`, and then rerun those. +To see these changes you'll need to stop your `npm start` , and then rerun. ### Creating a Pull Request diff --git a/README.md b/README.md index f449dd43..80a7246d 100644 --- a/README.md +++ b/README.md @@ -241,7 +241,6 @@ Want to report a bug, request a feature, contribute to or translate Rambox? We n git clone https://github.com/TheGoddessInari/rambox.git cd rambox npm install -sencha app watch npm start ```