From e1588416e67cbd991c29f0f677e96c79fb036c06 Mon Sep 17 00:00:00 2001 From: MagicLike Date: Sun, 21 May 2023 16:46:15 +0200 Subject: [PATCH] Updated pull commands to be copyable --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 23ea246..535c900 100644 --- a/README.md +++ b/README.md @@ -84,13 +84,17 @@ This docker is based on [Alpine Linux](https://www.alpinelinux.org/), a Linux di ## Pull -`docker pull linkstackorg/linkstack` +```shell +docker pull linkstackorg/linkstack +```
Alternative mirror: -`docker pull ghcr.io/linkstackorg/linkstack` +```shell +docker pull ghcr.io/linkstackorg/linkstack +```