Skip to content

Commit a91b53a

Browse files
authored
Merge pull request #27 from k1m0ch1/feat/makefile
add: makefile
2 parents ae8075f + ded46e6 commit a91b53a

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

Makefile

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
run:
2+
go run . $(p)
3+
4+
build:
5+
env GOOS=linux GOARCH=amd64 go build -o ./NeMo-linux-amd64 .

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@ after you have file `08123123123.gob` and `coral` directory with `basic.yml` ins
6060

6161
this will find the file `08123123123.gob` in the `SESSION_DIR` environment variable by default this will goes to current directory running file
6262

63+
# Run on Development
64+
65+
Use the makefile and run this on command `make run p=<the-file-session>`
66+
6367
# Run With Docker
6468

6569
you must prepare the `coral` directory include with yaml file and Whatsapp file session, after that mount volume in docker with example command like this

0 commit comments

Comments
 (0)