Template:Run with command line options

From Bisq Wiki
Revision as of 11:02, 9 May 2021 by Cd2357 (talk | contribs) (Updated the linux command to /opt/bisq/bin/Bisq)
Jump to navigation Jump to search

Windows

Open PowerShell (search the Start menu for PowerShell).

Then from PowerShell, run the following command to switch to your Bisq application directory:

cd  %USERPROFILE%\AppData\Local\Bisq

Then run the following command to run Bisq:

start Bisq.exe {{{1}}}

macOS

Open a terminal window by searching for Terminal with Spotlight, and then press Enter.

Then run the following command:

/Applications/Bisq.app/Contents/MacOS/Bisq {{{1}}}

Linux

In a new terminal window, run the following command:

/opt/bisq/bin/Bisq {{{1}}}