ELI5, How do I install and run micro? #3154
-
I have no idea how to install stuff via a command line, and when I download and unzip the zip file, I don't know what file to run. I have read the Readme, but just get confused. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
I would recommend using either Chocolaty or Scoop, as outlined here. Once you've installed one of the package managers, simply follow the instructions I linked (run If you insist on not using one of those options, make sure you're using the files from the releases section of GitHub. Don't use the download code button! |
Beta Was this translation helpful? Give feedback.
I would recommend using either Chocolaty or Scoop, as outlined here. Once you've installed one of the package managers, simply follow the instructions I linked (run
choco install micro
for Chocolatey andscoop install micro
for Scoop).If you insist on not using one of those options, make sure you're using the files from the releases section of GitHub. Don't use the download code button!