Merge pull request #1344 from Lin-Buo-Ren/patch-1

doc: BUILDING: Debian: Don't install the entire Git distribution just for cloning the repo
This commit is contained in:
Justin Clift
2018-03-13 10:37:54 +00:00
committed by GitHub

View File

@@ -54,7 +54,7 @@ The same process works for building the code in any platform supported by Qt
### Ubuntu Linux
```bash
$ sudo apt install build-essential git cmake libsqlite3-dev qt5-default qttools5-dev-tools \
$ sudo apt install build-essential git-core cmake libsqlite3-dev qt5-default qttools5-dev-tools \
libsqlcipher-dev
$ git clone https://github.com/sqlitebrowser/sqlitebrowser
$ cd sqlitebrowser