We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55b1643 commit 0610723Copy full SHA for 0610723
sqlite/compile-sqlite3-rsync.md
@@ -8,11 +8,11 @@ Today I heard about the [sqlite3-rsync](https://sqlite.org/draft/rsync.html) com
8
git clone https://github.com/sqlite/sqlite.git
9
cd sqlite
10
./configure
11
-make sqlite-rsync
+make sqlite3-rsync
12
```
13
So it looks like the `sqlite-rsync` command is no longer limited to a branch.
14
15
-## How I compiled it without using make sqlite-rsync
+## How I compiled it without using make sqlite3-rsync
16
17
After some poking around (and some hints from Claude) I found a recipe for compiling and running it that seems to work:
18
0 commit comments