Skip to content
This repository was archived by the owner on Jan 27, 2026. It is now read-only.

Commit bb3d80b

Browse files
authored
add more details to ubuntu (#594)
1 parent 4dcc787 commit bb3d80b

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

docs/development-setup.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,17 @@ brew install redis
6060
sudo apt-get install redis-server
6161
```
6262

63-
#### Ruby and Tmux
63+
#### Tmux
6464
```bash
6565
# Install Tmux (MacOS)
6666
brew install tmux
6767

6868
# Install Tmux (Ubuntu)
6969
sudo apt install tmux
70+
```
71+
72+
### Ubuntu:
73+
```bash
7074
sudo apt-get install libssl-dev
7175
```
7276

@@ -79,6 +83,7 @@ sudo apt-get install libssl-dev
7983
- Create `.env` files in base folder and discovery folder
8084

8185
### 4. Launch Core Services
86+
- Copy the `.env.example` file
8287
```bash
8388
make up
8489
```

0 commit comments

Comments
 (0)