Skip to content

Commit 3411098

Browse files
authored
Update README.md
1 parent 95af7df commit 3411098

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ These files provide examples of some of the things you can do with SimWrapper. C
88

99
- If you're using **Google Chrome or MS Edge**, you can click "Add Folder" on the main SimWrapper page, browse to the `data` folder in your clone, and give Chrome read access to it.
1010

11-
- For **Firefox/Safari,** you need to install a little helper app that enables those browsers to view local files. You can run either
12-
- `java -jar mini-file-server.jar` in your cloned folder; or
13-
- `simwrapper serve` to run the python tool (use `pip install simwrapper` first)
14-
- Both tools simply provide a tiny file server on localhost:8080 that serves up files & folders in the directory in which it was started.
11+
- For **Firefox/Safari,** you need to install a little helper app that enables those browsers to view local files.
12+
- Python 3.6+: run `pip install simwrapper` to install the command-line tool
13+
- Then `simwrapper serve` will run the python tool which serves files for you.
14+
- 'simwrapper serve' provides a tiny local file server on localhost:8080 that serves up files & folders in the directory in which it was started.
1515
- Now you can go to https://simwrapper.github.io/site/local/ to see the data files.
1616
- **Note:** this helper is only necessary for viewing _local files on your computer:_ if you publish a SimWrapper site to the web, anyone will be able to access it, regardless of browser.
1717

0 commit comments

Comments
 (0)