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...") |
(→macOS) |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
=== Windows === | === Windows === | ||
− | + | Using PowerShell: | |
+ | |||
+ | $home\AppData\Roaming\Bisq\ | ||
+ | |||
+ | Using <code>cmd</code>: | ||
+ | |||
+ | %USERPROFILE%\AppData\Roaming\Bisq\ | ||
=== macOS === | === macOS === | ||
/Users/<username>/Library/Application Support/Bisq/ | /Users/<username>/Library/Application Support/Bisq/ | ||
+ | |||
+ | This folder could be hidden and not normally accessible on Macs, check the documentation by Apple to see how to be able to work with it. | ||
=== Linux === | === Linux === | ||
/home/<username>/.local/share/Bisq/ | /home/<username>/.local/share/Bisq/ |
Latest revision as of 08:34, 24 November 2024
Windows
Using PowerShell:
$home\AppData\Roaming\Bisq\
Using cmd
:
%USERPROFILE%\AppData\Roaming\Bisq\
macOS
/Users/<username>/Library/Application Support/Bisq/
This folder could be hidden and not normally accessible on Macs, check the documentation by Apple to see how to be able to work with it.
Linux
/home/<username>/.local/share/Bisq/