File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,13 +20,24 @@ Packages are hosted here:
2020
2121https://packages.pointbeing.net/plunit_assert/
2222
23- Thus, the library can currently be installed using:
23+ Thus, the current version of library can currently be installed using:
2424
2525```
2626?- pack_install(plunit_assert, [url('https://packages.pointbeing.net/plunit_assert/plunit_assert-0.2.1.tgz')]).
2727```
2828
29- Once at version 1.0.0, plunit_assert will be published and discoverable via ` pack_list/1 ` .
29+ It is also discoverable via ` pack_list/1 ` :
30+
31+ ```
32+ ?- pack_list(plunit_assert).
33+ % Contacting server at https://www.swi-prolog.org/pack/query ... ok
34+ p plunit_assert@0.2.1 - An expressive xUnit-like API for PlUnit with more helpful fail messages
35+ true.
36+
37+ ?- pack_install(plunit_assert).
38+ ...etc...
39+
40+ ```
3041
3142## Examples
3243```
You can’t perform that action at this time.
0 commit comments