diff --git a/README.markdown b/README.markdown index c312de00..3f46e407 100644 --- a/README.markdown +++ b/README.markdown @@ -22,13 +22,3 @@ Also, note that as the book focuses on _development_, all CSS is committed in a ### Branches There are 2 branches in this repository which correspond to advanced code that is covered in sidebars of the book, and outside of the main code progression. They are tagged `sidebarX-Y`, corresponding to the sidebar number in the book. - -### Developing on Nitrous.IO - -Start hacking on this app on -[Nitrous.IO](https://www.nitrous.io/?utm_source=github.com&utm_campaign=Microscope&utm_medium=hackonnitrous) -in seconds: - -[![Hack DiscoverMeteor/Microscope on -Nitrous.IO](https://d3o0mnbgv6k92a.cloudfront.net/assets/hack-l-v1-3cc067e71372f6045e1949af9d96095b.png)](https://www.nitrous.io/hack_button?source=embed&runtime=nodejs&repo=DiscoverMeteor%2FMicroscope&file_to_open=README.nitrous.md) - diff --git a/README.nitrous.md b/README.nitrous.md deleted file mode 100644 index fde7f4dc..00000000 --- a/README.nitrous.md +++ /dev/null @@ -1,14 +0,0 @@ -# Setup for Nitrous.IO - -Before you can run this project, you will need to install Meteor with Autoparts, and install Meteorite with NPM. - -Run the following commands in the Terminal below: - -1. `cd ~/workspace/Microscope/` -2. `parts install meteor` -3. `npm install -g meteorite` -4. `mrt update` -5. `meteor` - -Go to the "Preview Menu" and click "Port 3000" -