Proper markdown subheadings
This commit is contained in:
parent
ecb33e2b6f
commit
86c3d16726
1 changed files with 4 additions and 2 deletions
|
@ -3,7 +3,8 @@ Vagrant for Friendica Developers
|
||||||
|
|
||||||
* [Home](help)
|
* [Home](help)
|
||||||
|
|
||||||
**Getting started**
|
Getting started
|
||||||
|
---------------
|
||||||
|
|
||||||
[Vagrant](https://www.vagrantup.com/) is a virtualization solution for developers.
|
[Vagrant](https://www.vagrantup.com/) is a virtualization solution for developers.
|
||||||
No need to setup up a webserver, database etc. before actually starting.
|
No need to setup up a webserver, database etc. before actually starting.
|
||||||
|
@ -29,7 +30,8 @@ If you want to stop vagrant after finishing your work, run the following command
|
||||||
|
|
||||||
in the development directory.
|
in the development directory.
|
||||||
|
|
||||||
**Import test data**
|
Import test data
|
||||||
|
----------------
|
||||||
|
|
||||||
If you want some test data in your vagrant Friendica instance import the database dump friendica_test_data.sql like so (inside the VM):
|
If you want some test data in your vagrant Friendica instance import the database dump friendica_test_data.sql like so (inside the VM):
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue