Skip to content

Commit

Permalink
Merge pull request #770 from Morsicus/master
Browse files Browse the repository at this point in the history
Fix(README): marathon-ui needs node 5.4.1 now
  • Loading branch information
aldipower committed Jul 25, 2016
2 parents 197bfa9 + d15cf25 commit fc22faf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Before you submit your issue search the archive, maybe your question was already

1. Install Mesos and Marathon (follow the [tutorial here](https://mesosphere.github.io/marathon/docs/))
2. Setup a CORS proxy on your machine to proxy the UI requests to your running Marathon instance (e.g. via [Corsproxy](https://www.npmjs.com/package/corsproxy))
3. Install [Node 5](https://nodejs.org/en/blog/release/v5.0.0/) and [NPM](https://npmjs.org/)
3. Install [Node 5.4.1](https://nodejs.org/en/blog/release/v5.4.1/) and [NPM](https://npmjs.org/)

4. Install dev dependencies

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ ___
There are a few things you need, before you can start working. Please make sure
you've installed and properly configured the following software:

* [Node 5](https://nodejs.org/en/blog/release/v5.0.0/) including
* [Node 5.4.1](https://nodejs.org/en/blog/release/v5.4.1/) including
[NPM](https://npmjs.org/)
* Mesos and Marathon (follow the
[tutorial here](https://mesosphere.github.io/marathon/docs/))
Expand Down Expand Up @@ -74,7 +74,7 @@ you've installed and properly configured the following software:
Please make sure you've installed and properly configured the following
software:

* [Node 5](https://nodejs.org/en/blog/release/v5.0.0/) including
* [Node 5.4.1](https://nodejs.org/en/blog/release/v5.4.1/) including
[NPM](https://npmjs.org/)
* [Docker 1.9](https://www.docker.com/)

Expand Down

0 comments on commit fc22faf

Please sign in to comment.