Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Commit

Permalink
Merge pull request #134 from mrjones2014/bot/vimdoc/master
Browse files Browse the repository at this point in the history
chore: generated vimdoc
  • Loading branch information
mrjones2014 authored Mar 1, 2022
2 parents 0df24fa + e661222 commit f513450
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions doc/dash.txt
Original file line number Diff line number Diff line change
Expand Up @@ -188,12 +188,10 @@ See |dash-backend| for documentation on the backend data provider.

BACKEND *dash-backend*

The binaries for the Rust backend can be found under `bin/`, compiled for Mac
M1 and Intel architectures. To build from source, you will need a Rust
toolchain, which can be installed from rustup.rs <https://rustup.rs>. Once this
is installed, you should be able to build via `make build`. Then, `make
install` will copy the correct binary into the `lua/` directory so that it is
added to Lua’s runtimepath.
To build from source, you will need a Rust toolchain, which can be installed
from rustup.rs <https://rustup.rs>. Once this is installed, you should be able
to build via `make build`. Then, `make install` will copy the correct binary
into the `lua/` directory so that it is added to Lua’s runtimepath.

The Rust backend is exposed as a Lua module. To `require` the module, you will
need to have the file `libdash_nvim.so` for your architecture (M1 or Intel) on
Expand Down

0 comments on commit f513450

Please sign in to comment.