diff options
| author | Ruben Beltran del Rio <jj@r.bdr.sh> | 2026-06-16 14:48:48 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <jj@r.bdr.sh> | 2026-06-16 14:50:34 +0200 |
| commit | c796b061f2d1a1da02c92b71d518af6cef16d33a (patch) | |
| tree | 7dd39a2051cfafe70003c5bb517790f96b780647 | |
| parent | 501fdce29e4d2c46c4708ad7f44056878e0db3fa (diff) | |
Add readme logic
| -rw-r--r-- | README.md | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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. |