ci: adopt reusable workflows from `named-data/actions`
Switch source archive (tarball) to xz compression and
mention using gerrit for code review in the README
Change-Id: Ie69de065311737f6fe48976fbab5f896f3960e06
diff --git a/README.md b/README.md
index 45e1500..ccf5766 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@
### Prerequisites
-* [ndn-cxx and its dependencies](https://named-data.net/doc/ndn-cxx/current/INSTALL.html)
+* [ndn-cxx and its dependencies](https://docs.named-data.net/ndn-cxx/current/INSTALL.html)
### Build
@@ -29,11 +29,11 @@
./waf
sudo ./waf install
-To build on memory constrained platform, please use `./waf -j1` instead of `./waf`. The
-command will disable parallel compilation.
+To build on memory constrained systems, please use `./waf -j1` instead of `./waf`. This
+will disable parallel compilation.
If configured with tests (`./waf configure --with-tests`), the above commands will also
-generate unit tests that can be run with `./build/unit-tests`.
+build a suite of unit tests that can be run with `./build/unit-tests`.
## Reporting bugs
@@ -42,10 +42,10 @@
## Contributing
-We greatly appreciate contributions to the PSync code base, provided that they are
-licensed under the GNU LGPL version 3 or a compatible license.
+Contributions to PSync are greatly appreciated and can be made through our
+[Gerrit code review site](https://gerrit.named-data.net/).
If you are new to the NDN software community, please read our [Contributor's Guide](
-https://github.com/named-data/.github/blob/master/CONTRIBUTING.md) to get started.
+https://github.com/named-data/.github/blob/main/CONTRIBUTING.md) to get started.
## License