Merge pull request #474 from EmelyanenkoK/patch-1

Add Docker apt repository set up for installation instructions
This commit is contained in:
Timothy Jaeryang Baek 2024-01-14 14:35:42 -08:00 committed by GitHub
commit 26f7a1c682
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -100,6 +100,7 @@ Don't forget to explore our sibling project, [OllamaHub](https://ollamahub.com/)
- **For Ubuntu and Other Linux Users:** - **For Ubuntu and Other Linux Users:**
- Open your terminal. - Open your terminal.
- Set up your Docker apt repository according to the [Docker documentation](https://docs.docker.com/engine/install/ubuntu/#install-using-the-repository)
- Update your package index: - Update your package index:
```bash ```bash
sudo apt-get update sudo apt-get update