File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -280,13 +280,16 @@ library.
280280
281281To 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
285285To 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
291294The package source is hosted on Github. To check for and
292295install updates, run:
You can’t perform that action at this time.
0 commit comments