Difference between revisions of "Template:Default data directory locations"

From Bisq Wiki
Jump to navigation Jump to search
(Created page with "=== Windows === C:\Users\<username>\AppData\Roaming\Bisq\ === macOS === /Users/<username>/Library/Application Support/Bisq/ === Linux === /home/<username>/.local/share...")
 
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 
=== Windows ===
 
=== Windows ===
  
  C:\Users\<username>\AppData\Roaming\Bisq\
+
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/