Skip to content

Commit 2091acd

Browse files
authored
ides-editors: change curl command to be wcurl
- we already have wcurl bundled with curl, which is pulled by base. users should have mostly get it by this moment - it applies previously listed options, so the command looks more minimal
1 parent 8ff3bfc commit 2091acd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web/docs/ides-editors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ highly recommended to install AMD AGS library to get fully featured support.
9393
You may install it with this command:
9494

9595
```bash
96-
curl --fail --location --output "$MINGW_PREFIX/lib/zed/amd_ags_x64.dll" https://github.com/GPUOpen-LibrariesAndSDKs/AGS_SDK/raw/v$VERSION/ags_lib/lib/amd_ags_x64.dll
96+
wcurl --output "$MINGW_PREFIX/lib/zed/amd_ags_x64.dll" https://github.com/GPUOpen-LibrariesAndSDKs/AGS_SDK/raw/v$VERSION/ags_lib/lib/amd_ags_x64.dll
9797
```
9898

9999
$VERSION can be got from post upgrade message or from [upstream source](https://github.com/search?q=repo%3Azed-industries%2Fzed+DownloadAMDGpuServices&type=code)

0 commit comments

Comments
 (0)