branch: elpa/sqlite3
commit 5e4b5af9ea2b36040fe636a7e14c3ac8d2274232
Author: Kevin Rineer <[email protected]>
Commit: Kevin Rineer <[email protected]>
fix(README): Unalias git command in README
---
README.org | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.org b/README.org
index 19f21549f81..1d12880ce36 100644
--- a/README.org
+++ b/README.org
@@ -100,7 +100,7 @@ The module is built using the `make all` command by
default. To customize the bu
*** Elpa
#+BEGIN_SRC sh :eval no :exports code
-$ git co https://github.com/pekingduck/emacs-sqlite3-api
+$ git clone https://github.com/pekingduck/emacs-sqlite3-api
$ cd emacs-sqlite3-api
$ make module
#+END_SRC
@@ -121,7 +121,7 @@ $ make INC=/path/to/sqlite3/include
LIB="-L/path/to/sqlite3/lib -lsqlite3"
*** Manual Installation
#+BEGIN_SRC sh :eval no :exports code
-$ git co https://github.com/pekingduck/emacs-sqlite3-api
+$ git clone https://github.com/pekingduck/emacs-sqlite3-api
$ cd emacs-sqlite3-api
$ make
$ cp sqlite3.el sqlite3-api.so /your/elisp/load-path/