Skip to content

Commit

Permalink
add 0.10 requirement to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kndndrj committed Jul 24, 2024
1 parent 1dd60cc commit a6db15f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,15 @@

### Video Introduction

If you prefer to watch a video than to browse through docs, I made a video, which you can watch [here](https://youtu.be/MDlYsGbKJyQ?si=YKhnkOwlX1Y_gyus)
If you prefer to watch a video than to browse through docs, I made a video, which you can watch
[here](https://youtu.be/MDlYsGbKJyQ?si=YKhnkOwlX1Y_gyus)

<!-- DOCGEN_IGNORE_END -->

## Installation

**requires nvim>=0.10**

- packer.nvim:

```lua
Expand Down Expand Up @@ -141,7 +144,6 @@ have a few options:
# Clone the repository and cd into the "go subfolder"
git clone <this_repo>
cd <this_repo>/dbee
go mod tidy
# Build the binary (optional output path)
go build [-o ~/.local/share/nvim/dbee/bin/dbee]
```
Expand Down

0 comments on commit a6db15f

Please sign in to comment.