Skip to content

Commit

Permalink
Update _index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
otoolep committed Nov 23, 2023
1 parent e5b9f47 commit 726cd32
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ done
### Speeding up the build process
It can be rather slow to rebuild rqlite, due to the repeated compilation of the SQLite source code. You can compile and install the SQLite libary once, so subsequent builds are much faster. To do so, execute the following commands:
```bash
cd $GOPATH
cd $GOPATH/src/github.com/rqlite/rqlite
go install github.com/rqlite/go-sqlite3
```

Expand Down

0 comments on commit 726cd32

Please sign in to comment.