Skip to content

Commit 9af7daf

Browse files
authored
Update README.md
1 parent 66c12bd commit 9af7daf

File tree

1 file changed

+1
-25
lines changed

1 file changed

+1
-25
lines changed

README.md

Lines changed: 1 addition & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -32,31 +32,7 @@ Install gorf auth app
3232
go get github.com/go-gorf/auth
3333
```
3434

35-
## Quickstart new project using [gorf-cli](http://github.com/go-gorf/gorf-cli)
36-
37-
Install gorf-cli for creating new projects and apps. Make sure you have configured [Go install directory to your system's shell path](https://go.dev/doc/tutorial/compile-install) (`export PATH="$PATH:$(go env GOPATH)/bin"`)
38-
```bash
39-
go install github.com/go-gorf/gorf-cli@latest
40-
```
41-
42-
Once cli is installed new gorf project can be initialized as follows
43-
```bash
44-
gorf-cli init hello
45-
```
46-
47-
Now go tho the project directory and run the project as follows
48-
```bash
49-
cd hello
50-
go run .
51-
```
52-
Now open the browser and go to [http://localhost:8080/health](http://localhost:8080/health).
53-
54-
new gorf apps can be created using
55-
```bash
56-
gorf-cli app newApp
57-
```
58-
59-
## Tutorial without cli
35+
## Tutorial
6036

6137
Firstly, Create a new main package with following code
6238

0 commit comments

Comments
 (0)