diff --git a/docs/quick-start-react-js.md b/docs/quick-start-react-js.md index 28c6ebaa5..472919377 100644 --- a/docs/quick-start-react-js.md +++ b/docs/quick-start-react-js.md @@ -2,7 +2,7 @@ ## Installing Reactotron.app -Let’s [download the desktop app](https://github.com/reactotron/reactotron/releases/download/v0.94.0/Reactotron.app.zip) to start. It’s OS X only at this point, but will shortly make available on Windows and Linux. +Let’s [download the desktop app](https://github.com/reactotron/reactotron/releases/download/v1.0.0/Reactotron.app.zip) to start. It’s OS X only at this point, but will shortly make available on Windows and Linux. Unzip & run. diff --git a/docs/quick-start-react-native.md b/docs/quick-start-react-native.md index b30e145d2..03ab5b3d9 100644 --- a/docs/quick-start-react-native.md +++ b/docs/quick-start-react-native.md @@ -2,7 +2,7 @@ ## Installing Reactotron.app -Let’s [download the desktop app](https://github.com/reactotron/reactotron/releases/download/v0.94.0/Reactotron.app.zip) to start. It’s OS X only at this point, but will shortly make available on Windows and Linux. +Let’s [download the desktop app](https://github.com/reactotron/reactotron/releases/download/v1.0.0/Reactotron.app.zip) to start. It’s OS X only at this point, but will shortly make available on Windows and Linux. Unzip & run. diff --git a/packages/reactotron-cli/package.json b/packages/reactotron-cli/package.json index e902111c4..0bbac3beb 100644 --- a/packages/reactotron-cli/package.json +++ b/packages/reactotron-cli/package.json @@ -10,7 +10,7 @@ "watch": "ava --watch", "coverage": "nyc ava", "start": "babel-node src/index.js", - "build": "rollup -c" + "build": "rollup -c && mv dist/index.js dist/index.js.tmp && echo '#!/usr/bin/env node\n' > ./dist/index.js && cat dist/index.js.tmp >> ./dist/index.js && chmod +x ./dist/index.js" }, "repository": "https://github.com/reactotron/reactotron/tree/master/packages/reactotron-cli", "author": "Steve Kellock", diff --git a/readme.md b/readme.md index e9a3ce984..2460fad87 100644 --- a/readme.md +++ b/readme.md @@ -4,6 +4,11 @@ Reactotron is a developer tool which allows you to peak under the kilt of your [React JS](https://facebook.github.io/react/) and [React Native](https://facebook.github.io/react-native/) apps. +### Download + +[Download Mac App](https://github.com/reactotron/reactotron/releases/download/v1.0.0/Reactotron.app.zip) + +### About Use it to: