Skip to content

Commit

Permalink
Deploying to gh-pages from @ fde1d70 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
utkinis committed Oct 8, 2024
1 parent 3dfcc7a commit 8c51630
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/literate/l4_1-porous-convect_web.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ This can be achieved by typing entering the Pkg mode from the Julia REPL in the
```julia-repl
julia> ]
(@v1.9) pkg> activate .
(@v1.10) pkg> activate .
(lectureXX) pkg> add Plots
```
Expand Down
2 changes: 1 addition & 1 deletion lecture4/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ <h1 id=julias_project_environment ><a href="#julias_project_environment" class=h
<p>This can be achieved by typing entering the Pkg mode from the Julia REPL in the target folder</p>
<pre><code class="julia-repl hljs"><span class="hljs-meta prompt_">julia&gt;</span><span class=language-julia > ]
</span>
<span class=hljs-metap>(@v1.9) pkg&gt;</span> activate .
<span class=hljs-metap>(@v1.10) pkg&gt;</span> activate .

<span class=hljs-metap>(lectureXX) pkg&gt;</span> add Plots</code></pre>
<p>and adding at least one package.</p>
Expand Down

0 comments on commit 8c51630

Please sign in to comment.