Installation
-
Go to the GitHub releases page.
-
Download the corresponding archive for your operating system.
-
Extract the downloaded archive to a folder on your computer.
-
Open a terminal and locate the path of the extracted
pesdebinary.If you extracted the archive to
C:\Users\User\Downloads, the path to thepesdebinary would beC:\Users\User\Downloads\pesde.exe.You can then run the
self-installcommand:Terminal window C:\Users\User\Downloads\pesde.exe self-installpesde should now be installed on your system. You may need to restart your computer for the changes to take effect.
If you extracted the archive to
~/Downloads, the path to thepesdebinary would be~/Downloads/pesde.You must then add execute permissions and run the
self-installcommand:Terminal window chmod +x ~/Downloads/pesde~/Downloads/pesde self-installpesde should now be installed on your system. You will need to update your shell configuration file to add the pesde binary to your
PATHenvironment variable..zshrc export PATH="$PATH:$HOME/.pesde/bin"You should then be able to run
pesdeafter restarting your shell.
-
Verify that pesde is installed by running the following command:
Terminal window pesde -vThis command should output the version of pesde that you installed.