Added github path

This commit is contained in:
Alexey Berezhok
2026-02-23 18:29:47 +03:00
parent 7a2d2baae5
commit 4a3456ba16
2 changed files with 6 additions and 6 deletions

View File

@@ -19,7 +19,7 @@ CeCeMaUt provides:
In this scenario, you do not need to install Ruby or other packages, only OpenSSL and Bash are required. The scripts are the sole management interface.
```bash
git clone https://dev.brepo.ru/brepo/cecemaut.git
git clone https://github.com/bayrepo/cecemaut.git
cd cecemait
cd utils
```
@@ -66,7 +66,7 @@ sudo dnf config-manager --set-enabled crb
# Install required build dependencies
sudo yum install -y curl git gnupg2 gcc gcc-c++ patch readline-devel zlib-devel libyaml-devel libffi-devel openssl-devel ruby ruby-devel
# Clone the repository
git clone https://dev.brepo.ru/brepo/cecemaut.git
git clone https://github.com/bayrepo/cecemaut.git
cd cecemait
# Create application keys
bash utils/make_app_keys.sh .
@@ -111,7 +111,7 @@ To build and run a Docker image, perform the following:
```bash
# Install Docker
# Clone the repository
git clone https://dev.brepo.ru/brepo/cecemaut.git
git clone https://github.com/bayrepo/cecemaut.git
cd cecemait
```