Skip to content

Commit 83b17e6

Browse files
committed
Update comments
1 parent 9a20e8e commit 83b17e6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

profiles/debug_way.lua

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
--
22
-- Fetch a way from the OpenStreetMap API and run the given profile over it.
33
--
4-
-- You'll need to install luasec and xml2lua first:
5-
-- > luarocks-5.1 install xml2lua
6-
-- > luarocks-5.1 install luasec
7-
-- [may require admin privileges]
8-
--
4+
-- You'll need to install xml2lua first (may require admin privileges):
5+
-- > luarocks install xml2lua
6+
--
7+
-- You may also need to install luasec and luasocket if you don't have them already.
8+
--
99
-- Then to test way 2606296 using the foot profile:
10-
-- > lua5.1 debug_way.lua foot 2606296
10+
-- > lua debug_way.lua foot 2606296
1111
--
1212

1313
-- initialise libraries

0 commit comments

Comments
 (0)