Skip to content

Commit a001edd

Browse files
authored
Update README.md since we're now discoverable via pack_list/1
1 parent 4fa27c4 commit a001edd

1 file changed

Lines changed: 13 additions & 2 deletions

File tree

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,24 @@ Packages are hosted here:
2020

2121
https://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
```

0 commit comments

Comments
 (0)