Skip to content

Commit 9f11251

Browse files
[NEW AUTH SERVICE WITH JWT AND API TOKENS IN MIDDLEWARE]
1 parent 862f341 commit 9f11251

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,11 @@ export PATH=$PATH:$(go env GOPATH)/bin
9696

9797
You can then run:
9898

99+
1. first initialze the project
100+
```bash
101+
gores init
102+
```
103+
2. then generate a microservice
99104
```bash
100105
gores generate myservice
101106
```

0 commit comments

Comments
 (0)