Skip to content
This repository was archived by the owner on Feb 4, 2026. It is now read-only.

Commit 8dec615

Browse files
committed
doc: design and implementation
1 parent 4ac8bef commit 8dec615

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ It works primarily with the [SQLite package registry](https://sqlpkg.org/), but
66

77
```
88
$ sqlpkg help
9-
────────────────────────────────────────────────
9+
────────────────────────────────────────────────
1010
│ sqlpkg is an SQLite package manager. │
1111
│ Use it to install or update SQLite extensions. │
1212
│ │
@@ -20,10 +20,10 @@ $ sqlpkg help
2020
│ update Update installed packages │
2121
│ version Display version │
2222
│ which Display path to extension file │
23-
────────────────────────────────────────────────
23+
────────────────────────────────────────────────
2424
```
2525

26-
`sqlpkg` is implemented in Go and has zero dependencies.
26+
`sqlpkg` is implemented in Go and has zero dependencies (see [Writing a package manager](https://antonz.org/writing-package-manager) for details).
2727

2828
[Download](#downloading-and-installing)
2929
[Install packages](#installing-packages)

0 commit comments

Comments
 (0)