Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ekuka86 authored Jul 31, 2024
1 parent 3eabab4 commit 6fa5d5a
Showing 1 changed file with 4 additions and 16 deletions.
20 changes: 4 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,20 +36,8 @@ In response to growing privacy concerns and Microsoft's "Windows Recall" feature
docker --version
```

2. **Install Docker Compose:**

Docker Compose is included in Docker Desktop for Windows and macOS. For Linux, you can install it by following these steps:
```sh
sudo curl -L "https://github.com/docker/compose/releases/download/v2.11.1/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
sudo chmod +x /usr/local/bin/docker-compose
```

Verify the installation:
```sh
docker-compose --version
```

3. **Install Make:**
2. **Install Make:**

Depending on your operating system, install Make:

Expand All @@ -64,22 +52,22 @@ In response to growing privacy concerns and Microsoft's "Windows Recall" feature
sudo yum group install 'Development Tools' # For CentOS/RHEL
```
4. **Clone the Repository and Install Python Dependencies:**
3. **Clone the Repository and Install Python Dependencies:**
```sh
git clone https://github.com/data-max-hq/open-memory.git
cd open-memory
pip install pyautogui
```
5. **Build and Run the Docker Containers:**
4. **Build and Run the Docker Containers:**
```sh
make build
make run
```
6. **Access the Application:**
5. **Access the Application:**
After the containers are up and running, open your web browser and navigate to:
```
Expand Down

0 comments on commit 6fa5d5a

Please sign in to comment.