Skip to content

Commit be30eba

Browse files
style: delint habitat readme
1 parent 2c70497 commit be30eba

File tree

1 file changed

+13
-8
lines changed

1 file changed

+13
-8
lines changed

habitat/README.md

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,19 @@
1-
## Habitat Service Package for CHIME
1+
# Habitat Service Package for CHIME
2+
23
This package can be used to run CHIME as a fully self-contained application.
34
See https://habitat.sh for more details.
45

5-
### Examples
6+
## Examples
7+
68
Quickstart With Docker "Shim" Container:
7-
```
8-
docker run -it -p 8000:8000 bixu/hab hab sup run "bixu/chime" --channel="unstable"
9+
10+
```bash
11+
docker run -it -p 8000:8000 bixu/hab hab sup run "codeforphilly/chime" --channel="unstable"
912
```
1013

1114
Local Prototyping Example:
12-
```
15+
16+
```bash
1317
set -e
1418
curl --silent "https://raw.githubusercontent.com/habitat-sh/habitat/master/components/hab/install.sh" | sudo bash -s
1519
hab cli setup
@@ -20,7 +24,8 @@ hab sup run $HAB_ORIGIN/chime --channel="unstable"
2024
```
2125

2226
Complete `systemd` Bootstrap Example:
23-
```
27+
28+
```bash
2429
echo 'HAB_AUTH_TOKEN="<enter your token from https://bldr.habitat.sh/#/profile>"
2530
HAB_LICENSE="accept"
2631
HAB_NONINTERACTIVE="true"
@@ -50,5 +55,5 @@ sudo systemctl restart supervisor
5055
sudo groupadd hab || true
5156
sudo useradd --system --gid hab hab || true
5257

53-
sudo hab svc load "bixu/chime" --channel="unstable"
54-
```
58+
sudo hab svc load "codeforphilly/chime" --channel="unstable"
59+
```

0 commit comments

Comments
 (0)