Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
okdshin committed Dec 2, 2023
1 parent 551bfde commit bec6f7a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Please choose "openblas" or "cublas" and replace `<backend_type>` with it.
- openblas: for CPU, slow
- cublas: for NVIDIA GPU, fast

### For Ubuntu20.04
### For Ubuntu20.04 & 22.04

#### Requirements

Expand All @@ -34,8 +34,6 @@ Install CUDA library. See https://developer.nvidia.com/cuda-toolkit
#### Install flatline_lsp

```sh
# This command download `flatline_lsp_ubuntu2004_<backend_type>.zip` and unzip it to `$HOME/.flatline_lsp`
# then download model data and setup it
curl -L https://raw.githubusercontent.com/okdshin/flatline_lsp/main/install.sh | bash -s -- -b <backend_type>
```

Expand All @@ -46,7 +44,7 @@ curl -L https://raw.githubusercontent.com/okdshin/flatline_lsp/main/install.sh |
rm -R $HOME/.flatline_lsp
```

## Setup
## Editor setup

### Neovim

Expand Down

0 comments on commit bec6f7a

Please sign in to comment.