A simplistic CLI-based Dalamud Version Manager inspired by nvm that allows you to easy install, update and switch between Dalamud versions.
sh
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/Blooym/Nael/releases/download/v0.1.1/nael-installer.sh | sh
sh
irm https://github.com/Blooym/Nael/releases/download/v0.1.1/nael-installer.ps1 | iex
To install Nael using Cargo, run the following:
cargo install nael
Run the following to build the project and then move the binary to your PATH
:
git clone https://github.com/Blooym/Nael.git && cd Nael && cargo build --release
Download the latest release from the releases page and move the binary for your platform to your PATH
.
Run nael help
to see a list of commands and their usage.
To better integrate Nael with Dalamud C# projects, such as plugins, you should set the DALAMUD_HOME
environment variable to the path of the "current" folder Nael has created for you. This will allow you to use the DALAMUD_HOME
environment variable in your project to access the Dalamud installation and switch between versions without having to change your .csproj
file.
You can find the path to the "current" folder by running nael current
in your terminal after installing any version of Dalamud.
This project is licenced under the AGPL-3.0 license. See LICENCE for more information.