Skip to content

Commit

Permalink
update quick start to use --nolint option
Browse files Browse the repository at this point in the history
  • Loading branch information
jreadey committed Aug 31, 2023
1 parent 71dafa4 commit 96a32c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ In addition, HSDS can be run in serverless mode with AWS Lambda or h5pyd local m

Make sure you have Python 3 and Pip installed, then:

1. Run install: `$ ./build.sh` from source tree OR install from pypi: `$ pip install hsds`
1. Run install: `$ ./build.sh --nolint` from source tree OR install from pypi: `$ pip install hsds`
2. Create a directory the server will use to store data, example: `$ mkdir ~/hsds_data`
3. Start server: `$ hsds --root_dir ~/hsds_data`
4. Run the test suite. In a separate terminal run:
Expand Down

0 comments on commit 96a32c8

Please sign in to comment.