Skip to content

Commit 7b775ee

Browse files
Update README.md
1 parent 952bb07 commit 7b775ee

File tree

1 file changed

+11
-13
lines changed

1 file changed

+11
-13
lines changed

README.md

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,30 +6,28 @@ ___
66
</p>
77

88
___
9-
Clone repo ini
10-
Terus masuk kedalam foldernya
11-
Buka file main.go dan masukin nomormu
12-
terus jalankan
9+
### PANEL
1310

14-
___
15-
PANEL
11+
- Pastikan panel yang kamu beli support golang versi 1.21
12+
- Jalankan command dibawah ini di terminal
1613

17-
Pastikan panel yang kamu beli support golang versi 1.21
1814

1915
```
2016
$ git clone https://github.com/Onichaa/readsw
2117
$ cd readsw
18+
$ go mod init readsw
19+
$ go mod tidy
2220
$ go run main.go
2321
```
22+
2423
___
25-
LINUX/VPS
24+
### LINUX/VPS
25+
26+
- [Install package golang untuk linux/vps](https://go.dev/doc/install)
27+
28+
kalo udah install package golang di vpsnya jalankan command di bawah ini di terminal
2629

2730
```
28-
$ wget https://golang.org/dl/go1.21.2.linux-amd64.tar.gz
29-
$ tar -xf go1.21.2.linux-amd64.tar.gz
30-
$ sudo mv go /usr/local/go
31-
$ sudo echo 'export PATH=$PATH:/usr/local/go/bin' >> ~/.bashrc
32-
$ source ~/.bashrc
3331
$ git clone https://github.com/Onichaa/readsw
3432
$ cd readsw
3533
$ go mod init readsw

0 commit comments

Comments
 (0)