From 5dce49a9f067504893943cfeebc41d1de9cb447d Mon Sep 17 00:00:00 2001 From: asrul10 Date: Sat, 11 Mar 2023 20:27:55 +0700 Subject: [PATCH] docs: update guide for installation --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 71d5586..28c110c 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,10 @@ Get Linux commands in natural language with the power of ChatGPT. Build from source ```bash > git clone --depth 1 https://github.com/asrul10/linux-command-gpt.git ~/.linux-command-gpt -> cd linux-command-gpt +> cd ~/.linux-command-gpt > go build -o lcg # Add to your environment $PATH -> ln -s ~/.local/bin/fd +> ln -s ~/.linux-command-gpt/lcg ~/.local/bin ``` ### Example Usage