docs: update guide for installation

This commit is contained in:
asrul10
2023-03-11 20:27:55 +07:00
parent d1b4cf5672
commit 5dce49a9f0

View File

@@ -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