Skip to content

Commit 5056467

Browse files
Docs/readme windows instructions (#74)
Fixed small typo in readme.
1 parent 3f3f38d commit 5056467

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ cd kos-base
2929
As part of the repository we have an example environment file with a '.example' extension.
3030
Create a copy of this file with the example extension removed.
3131

32-
'''shell
32+
```shell
3333
cp .env.example .env
34-
'''
34+
```
3535

3636
#### 2. Build Docker image
3737
Files provided in the repository are pre-configured to build Kos from the application source code previously cloned in the last step. The Kos Docker image is built in steps. Once each step completes, it's stored in a cache for later to speed up following builds.

0 commit comments

Comments
 (0)