Skip to content

Commit 726467c

Browse files
committed
Update installation.mdx
1 parent 13f5fbd commit 726467c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/content/docs/aws/getting-started/installation.mdx

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,10 @@ You are all set!
141141
You can now start LocalStack with the following command:
142142

143143
```bash
144-
$ localstack start # start localstack in background with -d flag
145-
<disable-copy>
144+
localstack start # start localstack in background with -d flag
145+
```
146+
147+
```bash
146148
__ _______ __ __
147149
/ / ____ _________ _/ / ___// /_____ ______/ /__
148150
/ / / __ \/ ___/ __ `/ /\__ \/ __/ __ `/ ___/ //_/
@@ -157,7 +159,6 @@ $ localstack start # start localstack in background with -d flag
157159
configuring container bootstrap.py:1248
158160
starting container bootstrap.py:1258
159161
[12:47:15] detaching bootstrap.py:1262
160-
</disable-copy>
161162
```
162163

163164
:::note
@@ -241,7 +242,7 @@ Docker Compose v1.9.0 and above is supported.
241242

242243
<Tabs>
243244

244-
<TabItem label="Community" >
245+
<TabItem label="Community">
245246
```yaml
246247
services:
247248
localstack:

0 commit comments

Comments
 (0)