aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 95fe303e..b557642f 100644
--- a/README.md
+++ b/README.md
@@ -544,9 +544,9 @@ Try Powerlevel10k in Docker. You can safely make any changes to the file system
the theme. Once you exit Zsh, the image is deleted.
```zsh
-docker run -e TERM -e COLORTERM -it --rm debian:buster bash -uec '
- apt update
- apt install -y git zsh nano vim
+docker run -e TERM -e COLORTERM -it --rm alpine sh -uec '
+ apk update
+ apk add git zsh nano vim
git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ~/powerlevel10k
echo "source ~/powerlevel10k/powerlevel10k.zsh-theme" >>~/.zshrc
cd ~/powerlevel10k