Update comments

This commit is contained in:
systemed 2020-12-15 12:49:52 +00:00
parent 9a20e8e614
commit 83b17e664c

View File

@ -1,13 +1,13 @@
-- --
-- Fetch a way from the OpenStreetMap API and run the given profile over it. -- Fetch a way from the OpenStreetMap API and run the given profile over it.
-- --
-- You'll need to install luasec and xml2lua first: -- You'll need to install xml2lua first (may require admin privileges):
-- > luarocks-5.1 install xml2lua -- > luarocks install xml2lua
-- > luarocks-5.1 install luasec --
-- [may require admin privileges] -- 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: -- Then to test way 2606296 using the foot profile:
-- > lua5.1 debug_way.lua foot 2606296 -- > lua debug_way.lua foot 2606296
-- --
-- initialise libraries -- initialise libraries