Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Install Foks-Explorer

Copy the Foks-Explorer directory to your home directory path $HOME/Foks-Explorer

Next the $HOME/Foks-Explorer path needs to be added to your system environment PATH variable.

The easiest way to do this is to update your powershell profile.

To find your default profile file:

PS> $profile
$HOME/.config/powershell/Microsoft.PowerShell_profile.ps1

Add the following line to your profile.

$env:PATH += ":$HOME/Foks-Explorer"