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 9d2eadb commit 8f56a49
Showing 1 changed file with 5 additions and 22 deletions.
27 changes: 5 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,41 +2,24 @@ ___
<h1 align="center">Auto Read Story WhatsApp</h1>

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

___
### PANEL
### PANEL/VPS

- 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
$ 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
$ npm i
$ npm start
```

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

0 comments on commit 8f56a49

Please sign in to comment.