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
5 changes: 2 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

Expand Down Expand Up @@ -66,7 +65,7 @@ <h3>Initialization<a class="headerlink" href="#initialization" title="Permalink
<h4>Git<a class="headerlink" href="#git" title="Permalink to this headline">¶</a></h4>
<p>To make ABC available in the folder <tt class="docutils literal"><span class="pre">setup</span></tt> execute this in the root of your
repository:</p>
<div class="highlight-python"><pre>git submodule init git://github.com/Qafoo/build-commons.git setup</pre>
<div class="highlight-python"><pre>git submodule add https://github.com/Qafoo/build-commons.git setup</pre>
</div>
<p>After this ABC will be available and you can proceed to the next step</p>
</div>
Expand Down Expand Up @@ -346,4 +345,4 @@ <h3>Navigation</h3>
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1.3.
</div>
</body>
</html>
</html>