Skip to content

Commit 7a26ef6

Browse files
authored
Use a code block instead
1 parent 674c608 commit 7a26ef6

File tree

1 file changed

+22
-21
lines changed

1 file changed

+22
-21
lines changed

tutorial/gettingstarted.md

Lines changed: 22 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -57,26 +57,27 @@ Ensure the `$GOPATH/bin` directory is in your PATH so that you can reference the
5757
export PATH="$PATH:$GOPATH/bin"
5858

5959
Verify that it works:
60-
61-
$ revel
62-
Usage:
63-
revel [OPTIONS] <command>
64-
65-
Application Options:
66-
-v, --debug If set the logger is set to verbose
67-
--historic-run-mode If set the runmode is passed a string not json
68-
--historic-build-mode If set the code is scanned using the original parsers, not the go.1.11+
69-
-X, --build-flags= These flags will be used when building the application. May be specified multiple times, only applicable for Build, Run, Package, Test commands
70-
--gomod-flags= These flags will execute go mod commands for each flag, this happens during the build process
71-
72-
Available commands:
73-
build
74-
clean
75-
new
76-
package
77-
run
78-
test
79-
version
80-
60+
61+
```
62+
$ revel
63+
Usage:
64+
revel [OPTIONS] <command>
65+
66+
Application Options:
67+
-v, --debug If set the logger is set to verbose
68+
--historic-run-mode If set the runmode is passed a string not json
69+
--historic-build-mode If set the code is scanned using the original parsers, not the go.1.11+
70+
-X, --build-flags= These flags will be used when building the application. May be specified multiple times, only applicable for Build, Run, Package, Test commands
71+
--gomod-flags= These flags will execute go mod commands for each flag, this happens during the build process
72+
73+
Available commands:
74+
build
75+
clean
76+
new
77+
package
78+
run
79+
test
80+
version
81+
```
8182

8283
<a href="createapp.html" class="btn btn-sm btn-success" role="button">Next <span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span></a> [Create a new Revel application.](createapp.html)

0 commit comments

Comments
 (0)