From 86b4670a2fb08e4dc05e6817c0f961f8a852622a Mon Sep 17 00:00:00 2001 From: Brenden Soares Date: Mon, 11 Apr 2022 20:31:59 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bf7a27d..069ef0d 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Provides the `revel` command, used to create and run Revel apps. Install ------------ ```bash -go get -u github.com/revel/cmd/revel +go install github.com/revel/cmd/revel@latest ``` New Application @@ -19,7 +19,7 @@ New Application Create a new application ```commandline -revel new my/app +revel new -a my/app ``` ## Community