From 83b17e664c8d149765ad23b26660ad7995657a1e Mon Sep 17 00:00:00 2001 From: systemed Date: Tue, 15 Dec 2020 12:49:52 +0000 Subject: [PATCH] Update comments --- profiles/debug_way.lua | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/profiles/debug_way.lua b/profiles/debug_way.lua index c1ac4dbab..7c577e9a0 100644 --- a/profiles/debug_way.lua +++ b/profiles/debug_way.lua @@ -1,13 +1,13 @@ -- -- Fetch a way from the OpenStreetMap API and run the given profile over it. -- --- You'll need to install luasec and xml2lua first: --- > luarocks-5.1 install xml2lua --- > luarocks-5.1 install luasec --- [may require admin privileges] --- +-- You'll need to install xml2lua first (may require admin privileges): +-- > luarocks install xml2lua +-- +-- You may also need to install luasec and luasocket if you don't have them already. +-- -- Then to test way 2606296 using the foot profile: --- > lua5.1 debug_way.lua foot 2606296 +-- > lua debug_way.lua foot 2606296 -- -- initialise libraries