diff --git a/BUILD.md b/BUILD.md index c750eb60a..81d73e503 100644 --- a/BUILD.md +++ b/BUILD.md @@ -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 ``` @@ -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 \ No newline at end of file +Tested for: Ubuntu:20.04/22.04, CentOS:7, Debian:10/11, RockyLinux:8