Update How to create the installers.md

This commit is contained in:
cmdr2 2022-10-13 11:25:02 +05:30 committed by GitHub
parent 8233098136
commit 8c47638eec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,7 @@
**Important:** These instructions are for the developers of this project, not for users! The users should use the pre-created zip files for installation.
This guide explains how to create the zip files that users will use for installing.
The installer zip contains two files: the script, and the micromamba binary.
Micromamba is a single ~8mb binary file, that acts like a package manager (drop-in replacement for conda).
@ -48,4 +52,4 @@ For Linux/Mac: Make sure the `chmod u+x` permission is granted to `install.sh` a
```
.\install.sh
.\installer_files\micromamba_mac_arm64
```
```