Skip to content

Commit

Permalink
fix #250 update the clone command on the website
Browse files Browse the repository at this point in the history
  • Loading branch information
2320sharon committed May 17, 2024
1 parent e1c0c37 commit f690ef2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/case_study_1.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ conda activate coastseg
- Only do this step if you haven't already cloned CoastSeg to your computer

```
git clone coastseg --depth 1 https://github.com/Doodleverse/CoastSeg.git
git clone --depth 1 https://github.com/SatelliteShorelines/CoastSeg.git
```

**3.Change to the CoastSeg Directory**
Expand Down
2 changes: 1 addition & 1 deletion docs/case_study_2.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ conda activate coastseg
- Only do this step if you haven't already cloned CoastSeg to your computer

```
git clone coastseg --depth 1 https://github.com/Doodleverse/CoastSeg.git
git clone --depth 1 https://github.com/SatelliteShorelines/CoastSeg.git
```

**3.Change to the CoastSeg Directory**
Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ conda activate coastseg
**2.Download CoastSeg from GitHub**

```
git clone coastseg --depth 1 https://github.com/Doodleverse/CoastSeg.git
git clone --depth 1 https://github.com/SatelliteShorelines/CoastSeg.git
```

## Extract Shorelines
Expand Down

0 comments on commit f690ef2

Please sign in to comment.