Thu May 27 09:02:41 2021 UTC ()
README: Add a URL for the Matrix room.


(jperkin)
diff -r1.11 -r1.12 pkgsrc/README.md

cvs diff -r1.11 -r1.12 pkgsrc/README.md (expand / switch to unified diff)

--- pkgsrc/README.md 2021/05/26 22:53:50 1.11
+++ pkgsrc/README.md 2021/05/27 09:02:41 1.12
@@ -35,31 +35,31 @@ Building packages @@ -35,31 +35,31 @@ Building packages
35----------------- 35-----------------
36 36
37 cd pkgsrc/category/package-name 37 cd pkgsrc/category/package-name
38 $PREFIX/bin/bmake install 38 $PREFIX/bin/bmake install
39 39
40Where `$PREFIX` is where you've chosen to install packages 40Where `$PREFIX` is where you've chosen to install packages
41(typically `/usr/pkg`) 41(typically `/usr/pkg`)
42 42
43On NetBSD, `bmake` is simply the built-in `make` tool. 43On NetBSD, `bmake` is simply the built-in `make` tool.
44 44
45To build packages in bulk, tools such as `pkgtools/pbulk` and 45To build packages in bulk, tools such as `pkgtools/pbulk` and
46`pkgtools/pkg_comp` can be used. 46`pkgtools/pkg_comp` can be used.
47 47
48Troubleshooting 48Community / Troubleshooting
49--------------- 49---------------------------
50 50
51- Join the community IRC channel [#pkgsrc @ libera.chat](https://kiwiirc.com/nextclient/irc.libera.chat/pkgsrc). 51- Join the community IRC channel [#pkgsrc @ libera.chat](https://kiwiirc.com/nextclient/irc.libera.chat/pkgsrc).
52- Join the community Matrix room #pkgsrc:nil.im 52- Join the community Matrix room [#pkgsrc:nil.im](https://matrix.to/#/!YcdqKPizLfuTGHacZp:matrix.org)
53- Subscribe to the [pkgsrc-users](https://netbsd.org/mailinglists/#pkgsrc-users) mailing list 53- Subscribe to the [pkgsrc-users](https://netbsd.org/mailinglists/#pkgsrc-users) mailing list
54- Send bugs and patches [via web form](https://www.netbsd.org/cgi-bin/sendpr.cgi?gndb=netbsd) (use the `pkg` category). 54- Send bugs and patches [via web form](https://www.netbsd.org/cgi-bin/sendpr.cgi?gndb=netbsd) (use the `pkg` category).
55 55
56Latest sources 56Latest sources
57-------------- 57--------------
58 58
59To fetch the main CVS repository: 59To fetch the main CVS repository:
60 60
61 cvs -d anoncvs@anoncvs.NetBSD.org:/cvsroot checkout -P pkgsrc 61 cvs -d anoncvs@anoncvs.NetBSD.org:/cvsroot checkout -P pkgsrc
62 62
63To work in the Git mirror, which is updated every few hours from CVS: 63To work in the Git mirror, which is updated every few hours from CVS:
64 64
65 git clone https://github.com/NetBSD/pkgsrc.git 65 git clone https://github.com/NetBSD/pkgsrc.git