diff --git a/BUILD.md b/BUILD.md index 20855ccef..d9e4c1c74 100644 --- a/BUILD.md +++ b/BUILD.md @@ -5,9 +5,11 @@ Since MCS is not meant to be built independently outside outside of MariaDB serv Install git with your distro package manager You can now clone from github with + git clone git@github.com:MariaDB/server.git or if you are not a github user, + git clone https://github.com/MariaDB/server.git MariaDB server contains many git submodules that need to be checked out with, @@ -25,4 +27,4 @@ But for development convenience, we supply a script to build, install and run Ma sudo -E build/bootstrap_mcs.sh -Ubuntu:20.04/22.04, CentOS:7, Debian:10/11, RockyLinux:8 are supported with this script \ No newline at end of file +Ubuntu:20.04/22.04, CentOS:7, Debian:10/11, RockyLinux:8 are supported with this script