Skip to content

Commit

Permalink
fix: Fix minor in manual
Browse files Browse the repository at this point in the history
  • Loading branch information
drorganvidez committed Sep 25, 2024
1 parent ef9c26f commit 09484c2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion _site/assets/js/search-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -799,7 +799,7 @@
},"114": {
"doc": "Manual installation",
"title": "Clone the repo",
"content": "Are you a student of Configuration Evolution and Management (EGC)? . Remember that you have to clone your fork from the subject fork instead of the official one. git clone git@github.com:<YOUR_GITHUB_USER>/uvlhub.git cd uvlhub . You can clone the original repo with the HTTPS method: . git clone https://github.com/diverso-lab/uvlhub.git cd uvlhub . ",
"content": "Are you a student of Configuration Evolution and Management (EGC)? . Remember that you have to clone your fork from the subject fork instead of the official one. git clone git@github.com:<YOUR_GITHUB_USER>/uvlhub_practicas.git cd uvlhub_practicas . You can clone the original repo with the HTTPS method: . git clone https://github.com/diverso-lab/uvlhub.git cd uvlhub . ",
"url": "/installation/manual_installation#clone-the-repo",

"relUrl": "/installation/manual_installation#clone-the-repo"
Expand Down
4 changes: 2 additions & 2 deletions _site/installation/manual_installation.html
Original file line number Diff line number Diff line change
Expand Up @@ -365,8 +365,8 @@ <h2 id="clone-the-repo">
<p><i class="fa-solid fa-graduation-cap"></i> Are you a student of Configuration Evolution and Management (EGC)?</p>

<p>Remember that you have to clone your fork from the subject fork instead of the official one.</p>
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>git clone git@github.com:&lt;YOUR_GITHUB_USER&gt;/uvlhub.git
cd uvlhub
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>git clone git@github.com:&lt;YOUR_GITHUB_USER&gt;/uvlhub_practicas.git
cd uvlhub_practicas
</code></pre></div> </div>
</blockquote>

Expand Down
4 changes: 2 additions & 2 deletions installation/manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ sudo apt upgrade -y
>
> Remember that you have to clone your fork from the subject fork instead of the official one.
> ```
> git clone git@github.com:<YOUR_GITHUB_USER>/uvlhub.git
> cd uvlhub
> git clone git@github.com:<YOUR_GITHUB_USER>/uvlhub_practicas.git
> cd uvlhub_practicas
> ```
You can clone the original repo with the HTTPS method:
Expand Down

0 comments on commit 09484c2

Please sign in to comment.