Ditched syntax highlighting for shell commands

This commit is contained in:
Jeremy Stretch
2016-11-30 12:07:51 -05:00
parent 135f7b16ba
commit ffdb9b5c24
6 changed files with 38 additions and 38 deletions

View File

@@ -4,7 +4,7 @@ This guide demonstrates how to build and run NetBox as a Docker container. It as
To get NetBox up and running:
```shell
```no-highlight
# git clone -b master https://github.com/digitalocean/netbox.git
# cd netbox
# docker-compose up -d