Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Onichaa authored Sep 3, 2024
1 parent 8f56a49 commit c9b392d
Showing 1 changed file with 22 additions and 5 deletions.
27 changes: 22 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,41 @@ ___
<h1 align="center">Auto Read Story WhatsApp</h1>

<p align="center">
<img src="https://pomf2.lain.la/f/jh47lpe3.jpg" alt="contoh1">
<img src="https://pomf2.lain.la/f/yxp1y9hx.jpg" alt="contoh1">
</p>

___
### PANEL/VPS
### PANEL

- Pastikan panel yang kamu beli support golang versi 1.23
- Jalankan command dibawah ini di terminal


```
$ git clone https://github.com/Onichaa/readsw
$ cd readsw
$ npm i
$ npm start
$ go mod init readsw
$ go mod tidy
$ go run main.go
```

___
### LINUX/VPS

- [Install package golang untuk linux/vps](https://go.dev/doc/install)

kalo udah install package golang di vpsnya jalankan command di bawah ini di terminal

```
$ git clone https://github.com/Onichaa/readsw
$ cd readsw
$ go mod init readsw
$ go mod tidy
$ go run main.go
```

___
Jika ingin run ulang ketik aja langsung
```
$ npm start
$ go run main.go
```

0 comments on commit c9b392d

Please sign in to comment.