1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-04-18 21:44:02 +03:00

Fix indentation in BUILD.md.

This commit is contained in:
Theresa Hradilak 2023-06-01 19:09:11 +02:00 committed by GitHub
parent 44633f40ec
commit 5ede14c9c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,9 +31,7 @@ If you want to switch the remote to your fork, you can achieve this by:
```bash
cd server/storage/columnstore/columnstore
git remote -v #this should return
#origin https://github.com/mariadb-corporation/mariadb-columnstore-engine.git (fetch)
#origin https://github.com/mariadb-corporation/mariadb-columnstore-engine.git (push)
git remote -v #this should return: origin https://github.com/mariadb-corporation/mariadb-columnstore-engine.git (fetch)
git remote remove origin
git remote add origin <HTTPS-URL-TO-YOUR-FORK>
```
@ -56,4 +54,4 @@ For development convenience, building the MariaDB server with MCS can be done wi
sudo -E build/bootstrap_mcs.sh
```
Tested for: Ubuntu:20.04/22.04, CentOS:7, Debian:10/11, RockyLinux:8
Tested for: Ubuntu:20.04/22.04, CentOS:7, Debian:10/11, RockyLinux:8