Update BUILD.md

This commit is contained in:
Leonid Fedorov
2022-11-21 15:52:07 +03:00
committed by GitHub
parent 84bb4e56b8
commit 678bd6c91e

View File

@ -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
Ubuntu:20.04/22.04, CentOS:7, Debian:10/11, RockyLinux:8 are supported with this script