Give an example of the pull command

This commit is contained in:
Manav Rathi 2024-03-27 13:04:28 +05:30
parent 6588880b31
commit 4a4a6ba44a
No known key found for this signature in database

View file

@ -10,7 +10,7 @@ require you to clone the repository or build any images.
mkdir ente && cd ente
```
2. Copy the starter compose.yaml (and two of its support files) from the
2. Copy the starter compose.yaml and two of its support files from the
repository onto your directory. You can do it by hand, or use (e.g.) curl
```sh
@ -68,3 +68,7 @@ For each of these, it'll use the latest published Docker image.
Alternatively, if you only want to run Ente's server, you can directly pull and
run the image we publish to **`ghcr.io/ente-io/server`**.
```sh
docker pull ghcr.io/ente-io/server:latest
```