From 6dc81d4715db582936fa71b21616c5beded5cae5 Mon Sep 17 00:00:00 2001 From: andzejsp Date: Wed, 19 Apr 2023 13:04:02 +0300 Subject: [PATCH] fixed one liner --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 08447b8f..f0c0b003 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ sudo pacman -S curl ``` 2. Open terminal/console copy and paste this command and press enter: ``` -mkdir -p ~/gpt4all-ui && curl -L https://raw.githubusercontent.com/nomic-ai/gpt4all-ui/main/webui.sh -o ~/gpt4all-ui/webui.sh && chmod +x ~/gpt4all-ui/webui.sh && ~/gpt4all-ui/webui.sh +mkdir -p ~/gpt4all-ui2 && curl -L https://raw.githubusercontent.com/nomic-ai/gpt4all-ui/main/webui.sh -o ~/gpt4all-ui2/webui.sh && chmod +x ~/gpt4all-ui2/webui.sh && cd ~/gpt4all-ui2 && ./webui.sh ``` > **Note** >