Skip to content

Commit 790aec4

Browse files
Update index.md
1 parent 73ddcd1 commit 790aec4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sort/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Recall from lecture that we saw a few algorithms for sorting a sequence of numbe
1717
## Getting Started
1818

1919
- `cd` to your Programming directory
20-
- In your terminal window, run `curl -O https://github.com/minprog/cs50x/raw/2021/sort/dist/sort.zip` to download a Zip file of the lab distribution code.
20+
- In your terminal window, run `curl -OL https://github.com/minprog/cs50x/raw/2021/sort/dist/sort.zip` to download a Zip file of the lab distribution code.
2121
- In your terminal window, run `unzip sort.zip` to unzip (i.e., decompress) that Zip file.
2222

2323

0 commit comments

Comments
 (0)