From a08b68b8814e66210400b922061a603de02b4228 Mon Sep 17 00:00:00 2001 From: Sasha Koshka Date: Tue, 14 May 2024 12:48:44 -0400 Subject: [PATCH] Add more info to README --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index b6de750..1c60bad 100644 --- a/README.md +++ b/README.md @@ -4,3 +4,12 @@ Nasin provides an easy way to write applications with Tomo. Parts of Tomo that aren't the GUI toolkit may be found here. + +To get started, take a look at the [examples](examples) directory and the +(online documentation)[https://pkg.go.dev/git.tebibyte.media/tomo/nasin]. + +Related repositories: +- [tomo api](https://git.tebibyte.media/tomo/tomo): The API that other all parts + of the toolkit agree on +- [objects](https://git.tebibyte.media/tomo/objects): A standard collection of + re-usable objects and other GUI components