Difference between revisions of "Template:Default data directory locations"
Jump to navigation
Jump to search
Plebeian9000 (talk | contribs) (Created page with "=== Windows === C:\Users\<username>\AppData\Roaming\Bisq\ === macOS === /Users/<username>/Library/Application Support/Bisq/ === Linux === /home/<username>/.local/share...") |
Plebeian9000 (talk | contribs) (specify path commands for cmd and powershell) |
||
Line 1: | Line 1: | ||
=== Windows === | === Windows === | ||
− | + | Using PowerShell: | |
+ | |||
+ | $home\AppData\Roaming\Bisq\ | ||
+ | |||
+ | Using <code>cmd</code>: | ||
+ | |||
+ | %USERPROFILE%\AppData\Roaming\Bisq\ | ||
=== macOS === | === macOS === |
Latest revision as of 18:01, 21 August 2021
Windows
Using PowerShell:
$home\AppData\Roaming\Bisq\
Using cmd
:
%USERPROFILE%\AppData\Roaming\Bisq\
macOS
/Users/<username>/Library/Application Support/Bisq/
Linux
/home/<username>/.local/share/Bisq/