Skip to content

Commit 0dfb994

Browse files
committed
Merge branch 'develop' into feature/toploc-work-submission
2 parents fdc599a + 10ea9d7 commit 0dfb994

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.gitmodules

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[submodule "smart-contracts"]
22
path = smart-contracts
3-
url = git@github.com:PrimeIntellect-ai/smart-contracts.git
3+
url = https://github.com/PrimeIntellect-ai/smart-contracts.git

README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Before running Prime Protocol, ensure you have the following requirements:
5757

5858
### 1. Clone Repository
5959
```bash
60-
git clone --recurse-submodules https://github.com/prime-ai/protocol.git
60+
git clone --recurse-submodules https://github.com/PrimeIntellect-ai/protocol
6161
cd protocol
6262
git submodule update --init --recursive
6363
```
@@ -85,7 +85,11 @@ gem install tmuxinator
8585
```
8686

8787
### 3. Configure Environment
88-
- Enable "Allow the default Docker socket to be used" in Docker Desktop settings
88+
- Enable "Allow the default Docker socket to be used" in Docker Desktop settings (MacOS)
89+
- On Ubuntu, add your user to the docker group:
90+
```bash
91+
sudo usermod -aG docker $USER
92+
```
8993
- Create `.env` files in base folder and discovery folder
9094

9195
## Development

0 commit comments

Comments
 (0)