From d513c45cd228a1c5c3ab578e66f139a5ec78399d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Wed, 2 Oct 2024 16:33:20 +0200 Subject: [PATCH] Update README.md --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index acddb50..28e1b46 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,14 @@ ## Install [![theia-ide](https://snapcraft.io/theia-ide/badge.svg)](https://snapcraft.io/theia-ide) - sudo snap install theia-ide --classic +``` +sudo snap install theia-ide --classic +``` ([Don't have snapd installed?](https://snapcraft.io/docs/core/install)) ## Development - - snapcraft - sudo snap install theia-ide*.snap --dangerous --classic +``` +snapcraft +sudo snap install theia-ide*.snap --dangerous --classic +```