mirror of
https://github.com/tendermint/tendermint.git
synced 2026-04-17 14:11:08 +00:00
lint: add markdown linter (#5254)
This commit is contained in:
@@ -64,9 +64,9 @@ For Gradle installation, please refer to [their official guide](https://gradle.o
|
||||
We'll start by creating a new Gradle project.
|
||||
|
||||
```bash
|
||||
$ export KVSTORE_HOME=~/kvstore
|
||||
$ mkdir $KVSTORE_HOME
|
||||
$ cd $KVSTORE_HOME
|
||||
export KVSTORE_HOME=~/kvstore
|
||||
mkdir $KVSTORE_HOME
|
||||
cd $KVSTORE_HOME
|
||||
```
|
||||
|
||||
Inside the example directory run:
|
||||
|
||||
Reference in New Issue
Block a user