We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a20e8e commit 83b17e6Copy full SHA for 83b17e6
profiles/debug_way.lua
@@ -1,13 +1,13 @@
1
--
2
-- Fetch a way from the OpenStreetMap API and run the given profile over it.
3
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
---
+-- 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.
9
-- Then to test way 2606296 using the foot profile:
10
--- > lua5.1 debug_way.lua foot 2606296
+-- > lua debug_way.lua foot 2606296
11
12
13
-- initialise libraries
0 commit comments