Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
okdshin committed Dec 2, 2023
1 parent 8494e42 commit c39140b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,11 @@ Install CUDA library.
```sh
# This command download `flatline_lsp_ubuntu2004_<release_type>.zip` and unzip it to `$HOME/.flatline_lsp`
curl -L https://raw.githubusercontent.com/okdshin/flatline_lsp/main/install.sh | bash -s <release_type>
```

#### Uninstall flatline_lsp

```sh
# Uninstall: Just remove `$HOME/.flatline_lsp`
rm -R $HOME/.flatline_lsp
```
Expand Down

0 comments on commit c39140b

Please sign in to comment.