Skip to content
Snippets Groups Projects
Commit 81cdb5c6 authored by Ali Afshar's avatar Ali Afshar
Browse files

Updated dev instructions.

parent 498c7c70
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,35 @@ templateEngineOverride: njk,md
This information should help you if you want to contribute to Bominade.
## Source code
Grab it:
```bash
git clone https://gitlab.com/afshar-oss/b8.git
```
## Run b8
Using your system environment.
```bash
make run
```
In a virtualenv
```bash
make verun
```
## Embedding NeoVim
The NeoVim Gtk widget is entirely reusable. You can write your own Python NeoVim
GTK in a few lines of code. See the
[most basic example](https://gitlab.com/afshar-oss/b8/-/blob/dev/dev/examples/gvim.py) of doing this.
## Bugs and feature requests
You can see the open bugs on the [Issue tracker](https://gitlab.com/afshar-oss/b8/-/issues). We
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment