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

Commit 22c6108

Browse files
committed
doc: remove readme links
1 parent 5598cae commit 22c6108

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
`sqlpkg` manages SQLite extensions, just like `pip` does with Python packages or `brew` does with macOS programs.
44

5-
It works primarily with the [SQLite package registry](https://sqlpkg.org/), but is not limited to it. You can install SQLite extensions from GitHub repositories or other websites. All you need is a package spec file (more on that later).
5+
It works primarily with the [SQLite extension hub](https://sqlpkg.org/), but is not limited to it. You can install SQLite extensions from GitHub repositories or other websites. All you need is a package spec file (more on that later).
66

77
```
88
sqlpkg is a package manager for installing and updating SQLite extensions.
@@ -222,10 +222,4 @@ sqlpkg install
222222

223223
`sqlpkg` will detect the lockfile (in the current folder or the user's home folder) and install all the packages listed in it.
224224

225-
──
226-
227-
That's all for now. Now try some packages!
228-
229-
[⬇️ Download](https://github.com/nalgeon/sqlpkg-cli/releases/latest)
230-
[✨ Explore](https://sqlpkg.org/)
231-
[🚀 Follow](https://antonz.org/subscribe/)
225+
That's it!

0 commit comments

Comments
 (0)