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 e590dce commit 7710dc6Copy full SHA for 7710dc6
sqlite/compile-sqlite3-ubuntu.md
@@ -17,7 +17,7 @@ gcc shell.c sqlite3.c -lpthread -ldl
17
```
18
Now you can move the `a.out` file somewhere else:
19
20
-midir ~/bin
+mkdir ~/bin
21
mv ./a.out ~/bin/sqlite3
22
23
I used the backup command like this:
0 commit comments