Merge pull request #1081 from mattermost/hmhealey-patch-1

Updated node.js source path in Ubuntu dev setup
Этот коммит содержится в:
Corey Hulen
2015-10-15 17:56:22 -07:00
родитель c890e21cef d549d240a8
Коммит 6f7940b443

Просмотреть файл

@@ -61,7 +61,7 @@ Any issues? Please let us know on our forums at: http://forum.mattermost.org
3. Reload your bashrc 3. Reload your bashrc
`source ~/.bashrc` `source ~/.bashrc`
6. Install Node.js 6. Install Node.js
1. Download the newest version of the Node.js sources from https://nodejs.org/download/ 1. Download the newest version of the Node.js sources from https://nodejs.org/en/download/
2. Extract the contents of the package and cd into the extracted files 2. Extract the contents of the package and cd into the extracted files
3. Compile and install Node.js 3. Compile and install Node.js
`./configure` `./configure`