Skip to content

Commit ca3c105

Browse files
committed
Update software instructions to use right langs URL.
1 parent 1230190 commit ca3c105

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

www/software.scrbl

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -280,13 +280,16 @@ library.
280280

281281
To install, run the following command:
282282

283-
@verbatim|{raco pkg install --auto 'https://github.com/cmsc430/www.git?path=langs#main'}|
283+
@verbatim|{raco pkg install --auto 'https://github.com/cmsc430/langs.git'}|
284284

285285
To test the package works as expected, run:
286286

287287
@verbatim|{raco test -p langs}|
288288

289-
All of the tests should pass; if they don't, consult course staff.
289+
You may see some test failures (like 185/7657). This is OK. It has
290+
to do with later features that we often don't get to that require more
291+
supporting libraries. If you see a much higher proportion of
292+
failures, contact the course staff.
290293

291294
The package source is hosted on Github. To check for and
292295
install updates, run:

0 commit comments

Comments
 (0)