Skip to content

Commit

Permalink
Deployed 1f34883 to upstream with MkDocs 1.6.0 and mike 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Documentation committed Jul 18, 2024
1 parent 7c70691 commit 76ba209
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions upstream/installation/upgrading/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1398,9 +1398,9 @@ <h2 id="installing-a-special-version-of-kikit">Installing a special version of K
<p>If you would like to install a specific version of KiKit (e.g., the upstream
version), you can install it directly from git. The command for that is:</p>
<div class="highlight"><pre><span></span><code><a id="__codelineno-0-1" name="__codelineno-0-1" href="#__codelineno-0-1"></a><span class="c1"># The master branch (also called the upstream version) - the most up-to-date KiKit there is (but might me unstable)</span>
<a id="__codelineno-0-2" name="__codelineno-0-2" href="#__codelineno-0-2"></a>pip<span class="w"> </span>install<span class="w"> </span>git+https://github.com/yaqwsx/KiKit@master
<a id="__codelineno-0-2" name="__codelineno-0-2" href="#__codelineno-0-2"></a>pip<span class="w"> </span>install<span class="w"> </span>https://github.com/yaqwsx/KiKit/archive/master.zip
<a id="__codelineno-0-3" name="__codelineno-0-3" href="#__codelineno-0-3"></a><span class="c1"># A concrete branch, e.g., from a pull request</span>
<a id="__codelineno-0-4" name="__codelineno-0-4" href="#__codelineno-0-4"></a>pip3<span class="w"> </span>install<span class="w"> </span>git+https://github.com/yaqwsx/KiKit@someBranchName
<a id="__codelineno-0-4" name="__codelineno-0-4" href="#__codelineno-0-4"></a>pip3<span class="w"> </span>install<span class="w"> </span>https://github.com/yaqwsx/KiKit/archive/someBranchName.zip
</code></pre></div>


Expand Down
2 changes: 1 addition & 1 deletion upstream/search/search_index.json

Large diffs are not rendered by default.

0 comments on commit 76ba209

Please sign in to comment.