@@ -37,7 +37,7 @@ prompts and enjoy your new Nim and choosenim installation.
37
37
----
38
38
39
39
There is also a third-party project to provide an installer for choosenim,
40
- you can find it [ here] ( https://gitlab.com/ArMour85/choosenim-setup ) (note that
40
+ you can find it [ here] ( https://gitlab.com/ArMour85/choosenim-setup ) (note that
41
41
this isn't vetted by the Nim team so you do so at your own risk).
42
42
43
43
### Unix
@@ -84,18 +84,14 @@ install them accordingly.
84
84
| | Windows | Linux | macOS (* ) |
85
85
| ------------| :-----------------------------:| :------------------:| :---------------------:|
86
86
| C compiler | * Downloaded automatically* | gcc/clang | gcc/clang |
87
- | OpenSSL | >= 1.0.2k | >= 1.0.2k | N/A |
88
- | curl | N/A | N/A | Any recent version |
89
- | wget | N/A | >= 1.20.1 | >= 1.20.1 |
87
+ | OpenSSL | N/A | N/A | N/A |
88
+ | curl | N/A | Any recent version | Any recent version |
90
89
91
90
\* Many macOS dependencies should already be installed. You may need to install
92
91
a C compiler however. More information on dependencies is available
93
92
[ here] ( https://nim-lang.org/install_unix.html ) .
94
93
95
- OpenSSL version can be checked by executing `` openssl version `` .
96
-
97
- Git is required when installing release versions on platforms other than Windows
98
- and Linux, or when installing #HEAD or a specific commit of Nim.
94
+ Git is required when installing #HEAD or a specific commit of Nim.
99
95
100
96
## Usage
101
97
@@ -109,7 +105,7 @@ Usage:
109
105
choosenim <version/path/channel>
110
106
111
107
Example:
112
- choosenim 0.16 .0
108
+ choosenim 1.0 .0
113
109
Installs (if necessary) and selects version 0.16.0 of Nim.
114
110
choosenim stable
115
111
Installs (if necessary) Nim from the stable channel (latest stable release)
0 commit comments