Skip to content

Commit 211c267

Browse files
authored
Update paragraph "How to use it" with the hint to use Github Package Repository
1 parent d6ae3fd commit 211c267

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,22 @@ when something is said with Server-Sent Event / EventSource.
99
How to use it?
1010
--------------
1111

12-
Install it with `gem install board-linuxfr`.
12+
You can nstall the gem with `gem install board-linuxfr` [using the linuxfrorg
13+
Github Package Registry](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-rubygems-registry#installing-a-package).
1314
Then, you can launch it on local with `board-linuxfr -S /tmp/board.sock`
1415
and it will listen on a UNIX socket at `/tmp/board.sock`.
1516

17+
Another way is to use a container engine (like Docker or Podman) and a
18+
composer (like the Docker compose plugin or the podman-compose utility)
19+
to build and setup a service.
20+
1621

1722
See also
1823
--------
1924

2025
* [Git repository](https://github.com/linuxfrorg/board-sse-LinuxFr.org)
21-
* [Rubygems page](https://rubygems.org/gems/board-linuxfr)
26+
* For versions >= 0.1.4: [Github Package repostory](https://github.com/linuxfrorg/board-sse-linuxfr.org/pkgs/rubygems/board-linuxfr)
27+
* For older version: [Rubygems page](https://rubygems.org/gems/board-linuxfr)
2228

2329

2430
Copyright

0 commit comments

Comments
 (0)