Difference between revisions of "Running from the command line"

From Bisq Wiki
Jump to navigation Jump to search
(Created page with "You can '''run Bisq from the command line''' with the following commands. There are several options you can specify—see a rundown here. {{Run_with_...")
 
(No difference)

Latest revision as of 19:34, 17 June 2020

You can run Bisq from the command line with the following commands. There are several options you can specify—see a rundown here.

Windows

Open PowerShell (search the Start menu for PowerShell).

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

cd  $home\AppData\Local\Bisq

Then run the following command to run Bisq:

start Bisq.exe [OPTIONS]

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 [OPTIONS]

Linux

In a new terminal window, run the following command:

/opt/bisq/bin/Bisq [OPTIONS]