Skip to content

Commit

Permalink
Update micromamba installation docs for Windows (#2218)
Browse files Browse the repository at this point in the history
Update installation.rst

Windows 10 contains tar.exe
  • Loading branch information
Tiksagol authored Jan 18, 2023
1 parent 26071af commit e7e389a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,7 @@ Windows
.. code:: powershell
Invoke-Webrequest -URI https://micro.mamba.pm/api/micromamba/win-64/latest -OutFile micromamba.tar.bz2
C:\PROGRA~1\7-Zip\7z.exe x micromamba.tar.bz2 -aoa
C:\PROGRA~1\7-Zip\7z.exe x micromamba.tar -ttar -aoa -r Library\bin\micromamba.exe
tar xf micromamba.tar.bz2
MOVE -Force Library\bin\micromamba.exe micromamba.exe
.\micromamba.exe --help
Expand Down

0 comments on commit e7e389a

Please sign in to comment.