Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ <h3 id="generate-the-vector-tiles">Generate the Vector Tiles</h3>

<div class="language-bash highlighter-rouge"><div class="highlight"><pre class="highlight"><code>docker-compose pull</code></pre></div></div>

<p>Install the Make tool.</p>

<div class="language-bash highlighter-rouge"><div class="highlight"><pre class="highlight"><code>apt install build-essential</code></pre></div></div>

<p>Now generate the vector tiles using the quickstart bash script.</p>

<div class="language-bash highlighter-rouge"><div class="highlight"><pre class="highlight"><code>./quickstart.sh</code></pre></div></div>
Expand Down