Skip to content

Commit 25feef5

Browse files
committed
updated readme
1 parent efe45ea commit 25feef5

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

ad-server-svc/README.md

-24
Original file line numberDiff line numberDiff line change
@@ -17,30 +17,6 @@ Golang - https://go.dev/doc/install
1717
1818
```
1919

20-
### Install other required packages
21-
```
22-
brew install golang-migrate
23-
24-
go install -v github.com/golang/mock/[email protected]
25-
```
26-
27-
### Different OS
28-
```
29-
Golang migrate - https://github.com/golang-migrate/migrate
30-
31-
Mockgen - https://github.com/golang/mock
32-
33-
```
34-
35-
### Add PATH to shell
36-
- open your .zshrc or .bashrc file.
37-
- add - export PATH=$PATH:~/go/bin
38-
- save and close the file
39-
- open terminal and excute
40-
```
41-
source ~/.zshrc
42-
```
43-
4420
### Run the server
4521
```
4622
make server

0 commit comments

Comments
 (0)