Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Various text updates #35

Merged
merged 4 commits into from
May 2, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove reference to OSGeoLive version (works on most recent)
  • Loading branch information
geographika committed May 1, 2019
commit ccc5d08e4ac70a18deeef6bd10ffa2bce92740d3
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ This assumes that [Node.js](https://nodejs.org/en/) is installed:
* Start the workshop server with `npm start`.
* Open `http://localhost:4000`.

## Preparation steps for OSGeo-Live v10.0
## Preparation steps for OSGeo-Live

If you do not have Node.js installed (e.g. if you work on a fresh [OSGeo-Live v10.0](https://live.osgeo.org/)), you will need to install it. Here are some example commands you need to issue in a terminal to get everything the workshop depends upon.
If you do not have Node.js installed (e.g. if you work on a fresh [OSGeo-Live](https://live.osgeo.org/)), you will need to install it. Here are some example commands you need to issue in a terminal to get everything the workshop depends upon.

First, let's install [`nvm` (Node Version Manager)](https://github.com/creationix/nvm) which we use to manage installations of Node.js.:

Expand Down