Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing space in rsync command #3844

Merged
merged 1 commit into from
Apr 11, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ The ISIS3 Data Area is hosted on rsync servers and not through conda channels li
To download all ISIS3 data, enter the following commands in the location where you want to install the ISIS3 Data Area:

cd $ISIS3DATA
rsync -azv --delete --partial isisdist.astrogeology.usgs.gov::isis3data/data.
rsync -azv --delete --partial isisdist.astrogeology.usgs.gov::isis3data/data .


> Note: The above command downloads all ISIS data including the required base data area and all of the optional mission data areas.
Expand Down