Difference between revisions of "Template:Run with command line options"
Jump to navigation
Jump to search
Plebeian9000 (talk | contribs) (Created page with "=== Windows === Open PowerShell (search the Start menu for <code>PowerShell</code>). Then from PowerShell, run the following command to switch to your Bisq application direc...") |
Plebeian9000 (talk | contribs) (update syntax for powershell command) |
||
(One intermediate revision by one other user not shown) | |||
Line 5: | Line 5: | ||
Then from PowerShell, run the following command to switch to your Bisq application directory: | Then from PowerShell, run the following command to switch to your Bisq application directory: | ||
− | cd | + | cd $home\AppData\Local\Bisq |
Then run the following command to run Bisq: | Then run the following command to run Bisq: | ||
Line 23: | Line 23: | ||
In a new terminal window, run the following command: | In a new terminal window, run the following command: | ||
− | /opt/ | + | /opt/bisq/bin/Bisq {{{1}}} |
Latest revision as of 17:59, 21 August 2021
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 {{{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}}}