fix header formatting
This commit is contained in:
parent
4194bb877a
commit
0b599d2412
16
README.md
16
README.md
@ -1,11 +1,11 @@
|
|||||||
#Bash Drum Kit
|
# Bash Drum Kit
|
||||||
###simply play
|
### simply play
|
||||||
|
|
||||||
##Depends
|
## Depends
|
||||||
* bash
|
* bash
|
||||||
* aplay
|
* aplay
|
||||||
|
|
||||||
##Help File
|
## Help File
|
||||||
```
|
```
|
||||||
BDK - BASH DRUM KIT
|
BDK - BASH DRUM KIT
|
||||||
|
|
||||||
@ -19,13 +19,13 @@ BDK - BASH DRUM KIT
|
|||||||
-l List available kits
|
-l List available kits
|
||||||
```
|
```
|
||||||
|
|
||||||
##Creating Kits
|
## Creating Kits
|
||||||
|
|
||||||
All kits are just directories within the kits directory.
|
All kits are just directories within the kits directory.
|
||||||
Each directory has it's own confit with variables which contain file paths to sounds.
|
Each directory has it's own confit with variables which contain file paths to sounds.
|
||||||
These sounds are then carried over to BDK and used with hotkeys.
|
These sounds are then carried over to BDK and used with hotkeys.
|
||||||
|
|
||||||
##Directory Structures
|
## Directory Structures
|
||||||
```
|
```
|
||||||
bdk -|
|
bdk -|
|
||||||
kits (dir)-|
|
kits (dir)-|
|
||||||
@ -35,7 +35,7 @@ bdk -|
|
|||||||
config (file)
|
config (file)
|
||||||
```
|
```
|
||||||
|
|
||||||
##Using Kits
|
## Using Kits
|
||||||
|
|
||||||
|
|
||||||
Just point bdk to the kit you want to use:
|
Just point bdk to the kit you want to use:
|
||||||
@ -52,7 +52,7 @@ bdk -l
|
|||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
##Example config
|
## Example config
|
||||||
|
|
||||||
located in: kits/default/config
|
located in: kits/default/config
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user