Skip to content

Commit

Permalink
Deploying to gh-pages from @ 6ec4dce 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
kbjarkefur committed Nov 6, 2023
1 parent cd44161 commit 3013e85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ <h2 class="anchored" data-anchor-id="install-from-github-repo">Install from GitH
<p>You can install older versions of <code>repkit</code> directly from the GitHub repository. To do so, start by finding the tag corresponding to the version you want to install here: https://github.com/dime-worldbank/repkit/tags. Update the local “tag” in the code below with the value of the tag you picked, and then run the code.</p>
<pre><code>local tag "v1.0"
net install repkit, ///
from("https://raw.githubusercontent.com/dime-worldbank/repkit/`tag`/src")</code></pre>
from("https://raw.githubusercontent.com/dime-worldbank/repkit/`tag'/src")</code></pre>
</section>
</section>
<section id="contributions" class="level1">
Expand Down
2 changes: 1 addition & 1 deletion docs/search.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"href": "index.html#install-from-github-repo",
"title": "repkit",
"section": "Install from GitHub repo",
"text": "Install from GitHub repo\nYou can install older versions of repkit directly from the GitHub repository. To do so, start by finding the tag corresponding to the version you want to install here: https://github.com/dime-worldbank/repkit/tags. Update the local “tag” in the code below with the value of the tag you picked, and then run the code.\nlocal tag \"v1.0\"\nnet install repkit, ///\n from(\"https://raw.githubusercontent.com/dime-worldbank/repkit/`tag`/src\")"
"text": "Install from GitHub repo\nYou can install older versions of repkit directly from the GitHub repository. To do so, start by finding the tag corresponding to the version you want to install here: https://github.com/dime-worldbank/repkit/tags. Update the local “tag” in the code below with the value of the tag you picked, and then run the code.\nlocal tag \"v1.0\"\nnet install repkit, ///\n from(\"https://raw.githubusercontent.com/dime-worldbank/repkit/`tag'/src\")"
},
{
"objectID": "articles/ado-management-with-repado.html",
Expand Down

0 comments on commit 3013e85

Please sign in to comment.