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
pesde
binary.If you extracted the archive to
C:\Users\User\Downloads
, the path to thepesde
binary would beC:\Users\User\Downloads\pesde.exe
.You can then run the
self-install
command: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 thepesde
binary would be~/Downloads/pesde
.You must then add execute permissions and run the
self-install
command: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
PATH
environment variable..zshrc export PATH="$PATH:$HOME/.pesde/bin"You should then be able to run
pesde
after 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.