Skip to content

Quickstart

Installation

sh
Invoke-WebRequest "https://github.com/codebydre/portfelj/releases/download/v0.1.0/portfelj_0.1.0_windows_x64.msi" -OutFile portfelj_0.1.0_windows_x64.msi
msiexec /i "portfelj_0.1.0_windows_x64.msi"

Manual download: portfelj_0.1.0_windows_x64.msi

NOTE

Windows will warn you that the software is from unknown publisher. I encourage you to verify the authenticity of downloaded software before proceeding with installation. Otherwise, click "Yes" to continue.

Verify installation

Run the following command in your terminal to verify the installation:

sh
portfelj --version

Which should ask for user to agree to liability disclaimer on the first run, then show the version of the app. If that happens, then portfelj is ready for action! 🚀

Advanced installation

Verify the installer signature, use alternative distribution and more:

INFO

The full list of releases is available on GitHub.