summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Geissler <geissonator@yahoo.com>2018-10-19 15:18:31 -0400
committerGunnar Mills <gmills@us.ibm.com>2018-10-25 18:51:03 +0000
commit70b718ce3bfbe5e9e2bae24188d65ed4939bc373 (patch)
tree52c69a583660fe2b101802af7b4def94740ad199
parentc3790e349ab333ddfbf04ed49cc9370e2a384526 (diff)
downloadopenbmc-docs-70b718ce3bfbe5e9e2bae24188d65ed4939bc373.tar.gz
openbmc-docs-70b718ce3bfbe5e9e2bae24188d65ed4939bc373.zip
dev-doc: Make header size consistent in hello-world
Change-Id: I02b26db764f7fcbe33346e5ec15719e10f26b357 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
-rw-r--r--development/sdk-hello-world.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/development/sdk-hello-world.md b/development/sdk-hello-world.md
index 3af72ec..92c292b 100644
--- a/development/sdk-hello-world.md
+++ b/development/sdk-hello-world.md
@@ -5,7 +5,7 @@ in QEMU.
**Prerequisites:** Completed Development Environment Setup [Document](https://github.com/openbmc/docs/blob/master/development/dev-environment.md)
-### Clone and Build a Repo
+## Clone and Build a Repo
This lesson uses
[openbmc/phosphor-state-manager](https://github.com/openbmc/phosphor-state-manager)
@@ -49,7 +49,7 @@ common directory like ~/Code/.
make
```
-### Load the Application Into QEMU
+## Load the Application Into QEMU
1. Strip the binary you generated
@@ -77,7 +77,7 @@ common directory like ~/Code/.
scp -P 2222 phosphor-bmc-state-manager root@127.0.0.1:/usr/local/bin/
```
-### Run the Application in QEMU
+## Run the Application in QEMU
1. Run the application in your QEMU session:
```
OpenPOWER on IntegriCloud