From 52a45884e8d90536dadf3238d43aad15dc3cbec4 Mon Sep 17 00:00:00 2001 From: pierreluctg Date: Tue, 18 Feb 2020 09:19:32 -0500 Subject: [PATCH 1/2] Update windows APPDATA location --- doc/configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/configuration.rst b/doc/configuration.rst index ea56c73ee..cff496df0 100644 --- a/doc/configuration.rst +++ b/doc/configuration.rst @@ -45,7 +45,7 @@ On Windows systems the config file is searched in the following paths: #. ``~/can.conf`` #. ``can.ini`` (current working directory) -#. ``$APPDATA/can.ini`` +#. ``%APPDATA%/can.ini`` The configuration file sets the default interface and channel: From 9291c4324f61f004e37482bd6b11dc36694f88f6 Mon Sep 17 00:00:00 2001 From: pierreluctg Date: Tue, 18 Feb 2020 09:23:23 -0500 Subject: [PATCH 2/2] Update %USERPROFILE% path --- doc/configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/configuration.rst b/doc/configuration.rst index cff496df0..9bda3030f 100644 --- a/doc/configuration.rst +++ b/doc/configuration.rst @@ -43,7 +43,7 @@ On Linux systems the config file is searched in the following paths: On Windows systems the config file is searched in the following paths: -#. ``~/can.conf`` +#. ``%USERPROFILE%/can.conf`` #. ``can.ini`` (current working directory) #. ``%APPDATA%/can.ini``