Skip to content

Commit

Permalink
pembenahan struktur
Browse files Browse the repository at this point in the history
  • Loading branch information
gvoze32 committed Mar 21, 2020
1 parent 1fe3079 commit ccde06e
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 15 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2017 Komunitas Internet Netral
Copyright (c) 2020 Komunitas Internet Netral

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
15 changes: 1 addition & 14 deletions dev/readme/USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,7 @@ Buka terminal, lalu ketik atau salin kode di bawah ini, lalu enter.

```
# Install
sudo curl -sfLS https://raw.githubusercontent.com/bebasid/bebasid/master/dev/scripts/bebasid.sh >> /usr/local/bin/bebasid
# Alternatif Install (Gunakan jika saat menggunakan curl muncul permission denied, kamu bisa memakai wget)
sudo wget https://raw.githubusercontent.com/bebasid/bebasid/master/dev/scripts/bebasid.sh -O /usr/local/bin/bebasid
sudo wget https://raw.githubusercontent.com/bebasid/bebasid/master/releases/bebasid.sh -O /usr/local/bin/bebasid
# Kemudian berikan permission ke folder bash
sudo chmod +x /usr/local/bin/bebasid
Expand All @@ -55,22 +52,12 @@ bebasid --help

Alternatif (jika hanya ingin memasang file hosts):
```
sudo curl -sfLS https://raw.githubusercontent.com/bebasid/bebasid/master/releases/hosts >> /etc/hosts
```
atau
```
sudo wget https://raw.githubusercontent.com/bebasid/bebasid/master/releases/hosts -O /etc/hosts
```

## BSD / macOS

Buka terminal, lalu ketik atau salin kode di bawah ini lalu enter.

```
sudo curl -sfLS https://raw.githubusercontent.com/bebasid/bebasid/master/releases/hosts >> /etc/hosts
```

Alternatif
```
sudo wget https://raw.githubusercontent.com/bebasid/bebasid/master/releases/hosts -O /etc/hosts
```
File renamed without changes.
File renamed without changes.

0 comments on commit ccde06e

Please sign in to comment.