Skip to content

Commit

Permalink
Simplified the command line demo instructions in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pdavidc committed Dec 13, 2016
1 parent 8b555df commit ab8f8ea
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 @@ -53,7 +53,7 @@ builds have the newest, bleeding-edge World Wind Java features. Intended for dev
- Open the Command Prompt
```bash
cd [World Wind release]
run-demo.bat gov.nasa.worldwindx.examples.ApplicationTemplate
run-demo.bat
```

###### From a Linux or macOS Development Environment
Expand All @@ -62,7 +62,7 @@ run-demo.bat gov.nasa.worldwindx.examples.ApplicationTemplate
- Open the Terminal app
```bash
cd [World Wind release]
sh run-demo.bash gov.nasa.worldwindx.examples.ApplicationTemplate
sh run-demo.bash
```

###### Troubleshooting
Expand Down

0 comments on commit ab8f8ea

Please sign in to comment.