mirror of https://github.com/mamba-org/mamba.git
docs: Use a portable web request for Windows (#3704)
Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
This commit is contained in:
parent
9c61b5f71c
commit
6e6515ecfb
|
@ -50,7 +50,7 @@ On Windows Powershell, use
|
|||
|
||||
.. code :: powershell
|
||||
|
||||
Invoke-Expression ((Invoke-WebRequest -Uri https://micro.mamba.pm/install.ps1).Content)
|
||||
Invoke-Expression ((Invoke-WebRequest -Uri https://micro.mamba.pm/install.ps1 -UseBasicParsing).Content)
|
||||
|
||||
A specific micromamba release can be installed by setting the ``VERSION`` environment variable.
|
||||
The release versions contain a build number in addition to the micromamba version.
|
||||
|
|
Loading…
Reference in New Issue