Sat May 29 13:08:08 2021 UTC ()
use libera.chat-hosted kiwiirc


(maya)
diff -r1.7 -r1.8 src/README.md

cvs diff -r1.7 -r1.8 src/README.md (expand / switch to unified diff)

--- src/README.md 2021/05/26 22:26:16 1.7
+++ src/README.md 2021/05/29 13:08:08 1.8
@@ -25,27 +25,27 @@ Binaries @@ -25,27 +25,27 @@ Binaries
25Testing 25Testing
26------- 26-------
27 27
28On a running NetBSD system: 28On a running NetBSD system:
29 29
30 cd /usr/tests; atf-run | atf-report 30 cd /usr/tests; atf-run | atf-report
31 31
32Troubleshooting 32Troubleshooting
33--------------- 33---------------
34 34
35- Send bugs and patches [via web form](https://www.NetBSD.org/cgi-bin/sendpr.cgi?gndb=netbsd). 35- Send bugs and patches [via web form](https://www.NetBSD.org/cgi-bin/sendpr.cgi?gndb=netbsd).
36- Subscribe to the [mailing lists](https://www.NetBSD.org/mailinglists/). 36- Subscribe to the [mailing lists](https://www.NetBSD.org/mailinglists/).
37 The [netbsd-users](https://www.NetBSD.org/mailinglists/#netbsd-users) list is a good choice for many problems; watch [current-users](https://www.NetBSD.org/mailinglists/#current-users) if you follow the bleeding edge of NetBSD-current. 37 The [netbsd-users](https://www.NetBSD.org/mailinglists/#netbsd-users) list is a good choice for many problems; watch [current-users](https://www.NetBSD.org/mailinglists/#current-users) if you follow the bleeding edge of NetBSD-current.
38- Join the community IRC channel [#netbsd @ libera.chat](https://kiwiirc.com/nextclient/irc.libera.chat/netbsd). 38- Join the community IRC channel [#netbsd @ libera.chat](https://web.libera.chat/#netbsd).
39 39
40Latest sources 40Latest sources
41-------------- 41--------------
42 42
43To fetch the main CVS repository: 43To fetch the main CVS repository:
44 44
45 cvs -d anoncvs@anoncvs.NetBSD.org:/cvsroot checkout -P src 45 cvs -d anoncvs@anoncvs.NetBSD.org:/cvsroot checkout -P src
46 46
47To work in the Git mirror, which is updated every few hours from CVS: 47To work in the Git mirror, which is updated every few hours from CVS:
48 48
49 git clone https://github.com/NetBSD/src.git 49 git clone https://github.com/NetBSD/src.git
50 50
51Additional Links 51Additional Links