Skip to content

Commit 7710dc6

Browse files
authored
Typo
1 parent e590dce commit 7710dc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlite/compile-sqlite3-ubuntu.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ gcc shell.c sqlite3.c -lpthread -ldl
1717
```
1818
Now you can move the `a.out` file somewhere else:
1919
```
20-
midir ~/bin
20+
mkdir ~/bin
2121
mv ./a.out ~/bin/sqlite3
2222
```
2323
I used the backup command like this:

0 commit comments

Comments
 (0)