Skip to content

Commit

Permalink
[docs] update readme to point to 2.9.9 for running locally
Browse files Browse the repository at this point in the history
  • Loading branch information
saharj committed Mar 12, 2016
1 parent 5981bef commit 5926280
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ docker run -p 80:8080 swaggerapi/swagger-editor

#### Running Locally

[**Download the latest release (v2.9.8)**](https://github.com/swagger-api/swagger-editor/releases/download/v2.9.8/swagger-editor.zip) and serve the static files via your HTTP server. If you don't have an HTTP server, you can use [`http-server`](https://www.npmjs.com/package/http-server) Node.js module.
[**Download the latest release (v2.9.9)**](https://github.com/swagger-api/swagger-editor/releases/download/v2.9.9/swagger-editor.zip) and serve the static files via your HTTP server. If you don't have an HTTP server, you can use [`http-server`](https://www.npmjs.com/package/http-server) Node.js module.

###### Using `http-server` module:
```shell
npm install -g http-server
wget https://github.com/swagger-api/swagger-editor/releases/download/v2.9.8/swagger-editor.zip
wget https://github.com/swagger-api/swagger-editor/releases/download/v2.9.9/swagger-editor.zip
unzip swagger-editor.zip
http-server swagger-editor
```
Expand Down

0 comments on commit 5926280

Please sign in to comment.