From 68b662380a8a28de642f6a4f12a4e2c46bb14a80 Mon Sep 17 00:00:00 2001 From: Chris Swan <478926+cpswan@users.noreply.github.com> Date: Tue, 16 Jan 2024 22:29:39 +0000 Subject: [PATCH] docs: Tighten up package definitions --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5398b4e..6577fd8 100644 --- a/README.md +++ b/README.md @@ -11,11 +11,16 @@ easy to run our stuff there. ## Packages -### lang/python/atpython +### lang/python/python-atsdk This package contains our [Python SDK](https://github.com/atsign-foundation/at_python) +### lang/python/python-sshnpd + +This package contains our +[Python NoPorts daemon](https://github.com/atsign-foundation/noports/tree/trunk/packages/python/sshnpd) + ## Development Environment Setup Please start by setting up an OpenWRT toolchain following the steps in their @@ -38,7 +43,7 @@ src-link atsign /home/chris/git/github.com/atsign-foundation/Atsign_OpenWRT_pack You'll need to change `/home/chris/git/github.com/atsign-foundation/` to wherever you cloned this repo. -### Contributor +## Contributor If you'd like to add, modify or improve what's here then please take a look at [CONTRIBUTING.md](CONTRIBUTING.md) for detailed guidance on how to make a pull