Skip to content

Commit

Permalink
Merge pull request #689 from Hugo-Persson/FixToCurlCommand
Browse files Browse the repository at this point in the history
Fix to curl command for downloading introprog jar to lib directory
  • Loading branch information
bjornregnell authored Oct 7, 2022
2 parents cd64ae2 + 593477b commit 761cd2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compendium/modules/w05-classes-exercise.tex
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@

\begin{REPLnonum}
> mkdir lib
> curl -sLO https://fileadmin.cs.lth.se/introprog.jar
> curl -o lib/introprog.jar -sLO https://fileadmin.cs.lth.se/introprog.jar
> sbt
sbt> ~compile
\end{REPLnonum}
Expand Down

0 comments on commit 761cd2d

Please sign in to comment.