-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
Haiden edited this page Jul 5, 2024
·
5 revisions
- Download the exe + dlls found here for the latest dev build
- latest non-dev release can be downloaded from releases and all contents under
native-image-items/build-results
should be what is needed
- latest non-dev release can be downloaded from releases and all contents under
- Place these in any folder you want, I would recommend
$HOME/mal-cli/
as that is also where yourmal-secret.json
should go. Your home folder can be found viaecho %userprofile%
on windows - Add
$HOME/mal-cli/
folder to yourPATH
variable. Since Powershell always truncates my$PATH
, I've come to like using the advanced system settings. Tutorial here