Linux installation code snippet appears to be wrong
Open
- Dominant language
- JavaScript
- Stars
- 23
- Forks
- 37
- PR merge metrics
- No merged PRs in 30d
Description
### at the url
https://wiki.faforever.com/en/Play/Linux-Install
### there is this code snippet
curl -L -O https://github.com/FAForever/downlords-faf-client/releases/download/v2022.4.1/faf_unix_2022_4_1.tar.gz>
it installs a text file whit Not Found in it
### the correct snippet
curl -L -O https://github.com/FAForever/downlords-faf-client/releases/download/v2022.4.1/faf_unix_2022_4_1.tar.gz
actually works
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.