Skip to content

Commit 0610723

Browse files
authored
It's make sqlite3-rsync
1 parent 55b1643 commit 0610723

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sqlite/compile-sqlite3-rsync.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ Today I heard about the [sqlite3-rsync](https://sqlite.org/draft/rsync.html) com
88
git clone https://github.com/sqlite/sqlite.git
99
cd sqlite
1010
./configure
11-
make sqlite-rsync
11+
make sqlite3-rsync
1212
```
1313
So it looks like the `sqlite-rsync` command is no longer limited to a branch.
1414

15-
## How I compiled it without using make sqlite-rsync
15+
## How I compiled it without using make sqlite3-rsync
1616

1717
After some poking around (and some hints from Claude) I found a recipe for compiling and running it that seems to work:
1818

0 commit comments

Comments
 (0)