Skip to content

Commit ebbda8b

Browse files
committed
cosmetic fix on readme NO_CI
1 parent d51611c commit ebbda8b

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,16 @@
1515

1616
Precompiled binaries for Windows, Linux, and macOS are hosted on Bintray.com (courtesy of JFrog). Eventually, we may package them and submit to the various package managers.
1717

18-
On macos:
18+
Windows:
19+
POSH: `curl -OutFile envx.exe https://dl.bintray.com/solvingj/public-bin/windows_x64/envx.exe`
20+
CMD: `powershell -command "curl -OutFile envx.exe https://dl.bintray.com/solvingj/public-bin/windows_x64/envx.exe"`
21+
22+
macOS:
1923
`curl -L "https://dl.bintray.com/solvingj/public-bin/macos_x64/envx" -o envx`
2024

21-
On linux:
25+
Linux:
2226
`curl -L "https://dl.bintray.com/solvingj/public-bin/linux_x64/envx" -o envx`
2327

24-
On windows:
25-
POSH: `curl -OutFile envx.exe https://dl.bintray.com/solvingj/public-bin/windows_x64/envx.exe`
26-
CMD: `powershell -command "curl -OutFile envx.exe https://dl.bintray.com/solvingj/public-bin/windows_x64/envx.exe"`
2728

2829
# Build Instructions
2930

0 commit comments

Comments
 (0)