Skip to content
This repository has been archived by the owner on Dec 29, 2023. It is now read-only.

Commit

Permalink
docs: Fix configuration file path for Windows (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
clexanis authored Jan 17, 2021
1 parent f4203e3 commit 8f0ba41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/CONFIGURATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
guiscrcpy places a configuration file called `guiscrcpy.json` in

## Windows
`C:\Users\<username>\AppData\guiscrcpy\guiscrcpy.json`
`C:\Users\<username>\AppData\Local\guiscrcpy\guiscrcpy.json`

## Linux
`$XDG_CONFIG_HOME/guiscrcpy/guiscrcpy.json` Environment Variable, which, if not defined defaults
Expand Down Expand Up @@ -37,4 +37,4 @@ The configuration file uses JavaScript Object Notation, to easily retrieve and w
"scrcpy-server": null,
"swtouches": false
}
```
```

0 comments on commit 8f0ba41

Please sign in to comment.