diff --git a/README.markdown b/README.markdown index c312de00..5deddc59 100644 --- a/README.markdown +++ b/README.markdown @@ -29,6 +29,4 @@ 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) - +[![Nitrous Quickstart](https://nitrous-image-icons.s3.amazonaws.com/quickstart.svg)](https://www.nitrous.io/quickstart) diff --git a/README.nitrous.md b/README.nitrous.md index fde7f4dc..9313ce95 100644 --- a/README.nitrous.md +++ b/README.nitrous.md @@ -1,14 +1,9 @@ # 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` +1. `cd ~/code/workspace/Microscope/` +2. `meteor` -Go to the "Preview Menu" and click "Port 3000" +Go to the "Preview" menu and click "Port 3000 - HTTP" diff --git a/nitrous.json b/nitrous.json new file mode 100644 index 00000000..e4d9e2a3 --- /dev/null +++ b/nitrous.json @@ -0,0 +1,6 @@ +{ + "template": "meteor", + "ports": [3000], + "name": "Microscope", + "description": "Microscope is a simple social news app that lets you share links, comment, and vote on them." +}