Skip to content

Commit

Permalink
Readme changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
na9da committed Mar 28, 2022
1 parent 4e8a1f9 commit 29bc433
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ Terria plugins simply provide a means of building functionality for Terria outsi
```bash
git clone https://github.com/terriajs/terriamap
cd terriamap
git checkout branch plugins
git checkout plugins
```

### Add this plugin as dependency to package.json
```bash
yarn add https://github.com/terriajs/plugin-sample#0.0.1-alpha.1
yarn add -W https://github.com/terriajs/plugin-sample#0.0.1-alpha.1
```

### Add plugin to `plugins.ts`
Expand All @@ -44,6 +44,7 @@ Note: The file `plugins.ts` is in the terriamap project root directory.
```
# From the terriamap directory run
yarn run gulp build
# Start terriamap web server
yarn run start
```

Expand Down

0 comments on commit 29bc433

Please sign in to comment.