Skip to content

Commit

Permalink
docs: ensure that the repo is cloned first
Browse files Browse the repository at this point in the history
  • Loading branch information
jniles committed May 17, 2024
1 parent e8fb3d8 commit 2c5a026
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/en/for-developers/installing-bhima-with-docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,13 @@ Currently, BHIMA is compatible only with the x64 architecture. If you are using

### Installation Steps

1. Download the Docker Compose File
1. Clone the BHIMA repository

Retrieve the latest Docker Compose file from the repository:
Retrieve the latest Docker Compose file by cloning the repository:

```bash
wget -c "https://raw.githubusercontent.com/Third-Culture-Software/bhima/master/docker-compose.yml" docker-compose.yml
git clone --depth 1 https://github.com/Third-Culture-Software/bhima.git
cd bhima
```

2. Configure Environment Variables
Expand Down

0 comments on commit 2c5a026

Please sign in to comment.