From 9a15c491092f07fc1ac6263bc8d3c29773e1651d Mon Sep 17 00:00:00 2001 From: Aniston Date: Fri, 2 Nov 2018 23:59:56 +0100 Subject: [PATCH] under Updating the INI file $ cd bacpypes/samples $ cp BACpypes~.ini BACpypes.ini > that does not work currently as BACpypes~.ini is found in the root bacpypes directory. --- doc/source/gettingstarted/gettingstarted001.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/gettingstarted/gettingstarted001.rst b/doc/source/gettingstarted/gettingstarted001.rst index c88263a..1303d24 100644 --- a/doc/source/gettingstarted/gettingstarted001.rst +++ b/doc/source/gettingstarted/gettingstarted001.rst @@ -137,7 +137,7 @@ configure the BACnet portion of your workstation. Change into the samples directory that you checked out earlier, make a copy of the sample configuration file, and edit it for your site:: - $ cd bacpypes/samples + $ cd bacpypes $ cp BACpypes~.ini BACpypes.ini .. tip::