Skip to content

Commit 4281e3f

Browse files
committed
switch git clone to npm install for learnuv
1 parent 14d355a commit 4281e3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ <h4><a class="js-workshop-link" href="https://github.com/robertkowalski/learnyou
398398
<div id="learnuv" class="workshopper">
399399
<h4><a class="js-workshop-link" href="https://github.com/thlorenz/learnuv" target="_blank" rel="noreferrer noopener">learnuv</a></h4>
400400
<p data-i18n="workshopper-learnuv">Learn uv for fun and profit, a self guided workshop to the library that powers Node.js.</p>
401-
<code>git clone https://github.com/thlorenz/learnuv.git &amp;&amp; cd learnuv &amp;&amp; npm install</code>
401+
<code>npm install -g learnuv</code>
402402
</div>
403403
<div id="learn-generators" class="workshopper">
404404
<h4><a class="js-workshop-link" href="https://github.com/isRuslan/learn-generators" target="_blank" rel="noreferrer noopener">Learn Generators</a></h4>

0 commit comments

Comments
 (0)