Skip to content

Commit bc9a7be

Browse files
authored
Update windows APPDATA location (#831)
* Update windows APPDATA location * Update %USERPROFILE% path
1 parent ffbdab6 commit bc9a7be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/configuration.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ On Linux systems the config file is searched in the following paths:
4343

4444
On Windows systems the config file is searched in the following paths:
4545

46-
#. ``~/can.conf``
46+
#. ``%USERPROFILE%/can.conf``
4747
#. ``can.ini`` (current working directory)
48-
#. ``$APPDATA/can.ini``
48+
#. ``%APPDATA%/can.ini``
4949

5050
The configuration file sets the default interface and channel:
5151

0 commit comments

Comments
 (0)