Skip to content

Commit

Permalink
Merge pull request #419 from Kitware/readme-fixes
Browse files Browse the repository at this point in the history
Update the installation instructions in README.md
  • Loading branch information
alex-r-bigelow committed Sep 29, 2016
2 parents 10b8038 + 30285e0 commit f75065d
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions app/resonantlab/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,7 @@ using the `virtualenv` described in the girder setup instructions.
3. Install the [database_assetstore plugin](https://github.com/OpenGeoscience/girder_db_items):

```bash
git clone -b db-as-assetstore https://github.com/OpenGeoscience/girder_db_items.git database_assetstore
cd database_assetstore
npm install
cd ..
git clone https://github.com/OpenGeoscience/girder_db_items.git database_assetstore
girder-install plugin -s database_assetstore
```

Expand All @@ -29,7 +26,7 @@ using the `virtualenv` described in the girder setup instructions.
cd candela
npm install
npm run build
npm run build:lab
npm run build:resonantlab
```

5. Install the plugin using `girder-install`:
Expand Down

0 comments on commit f75065d

Please sign in to comment.