From a2e53124e400f082a290f2ec9b50ce7e8a2cb928 Mon Sep 17 00:00:00 2001 From: Agampreet Singh <68941022+agam778@users.noreply.github.com> Date: Thu, 27 Oct 2022 21:18:01 +0530 Subject: [PATCH] Fix typo in command in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c51e0e682c..0b5ac0700f 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ You can run D-Installer from its sources by cloning and configuring the project: ~~~ $ git clone https://github.com/yast/d-installer $ cd d-installer -$ ./setup.h +$ ./setup.sh ~~~ Then point your browser to http://localhost:9090/cockpit/@localhost/d-installer/index.html and that's all.