From c796b061f2d1a1da02c92b71d518af6cef16d33a Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Tue, 16 Jun 2026 14:48:48 +0200 Subject: Add readme logic --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 04b711f..50f2ccb 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,17 @@ NorgKit is a Swift parser and library for `.norg` / [Neorg](https://github.com/n * Types are `Hashable` and `Codable` for caching and serialization. * Reasonably Fast. +## Installation + +Add the package with Swift Package Manager: + +```swift +.package(url: "https://git.r.bdr.sh/norg-ui", from: "1.0.0"), +``` + +…or the xcode package manager, and depend on the `NorgKit` product from your +target. + ## Usage `NorgParser.parse` outputs a flat list of blocks you can iterate over. -- cgit