Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pseifer committed Feb 9, 2024
1 parent d7525cc commit 7e797d6
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 @@ -20,7 +20,7 @@ Running the release version of S2S requires Java.
1. Unzip to chosen location.

```sh
curl "https://github.com/softlang/s2s/releases/latest/download/s2s.zip" && unzip s2s.zip && cd s2s
curl -L0 "https://github.com/softlang/s2s/releases/latest/download/s2s.zip" --output "s2s.zip" && unzip s2s.zip && cd s2s
```

### Building from Source
Expand Down

0 comments on commit 7e797d6

Please sign in to comment.