Added github path
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user