Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create USAGE.en.md #555

Merged
merged 3 commits into from
Jun 1, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update USAGE.en.md
  • Loading branch information
VulcanSphere committed Jun 1, 2023
commit 08183cfba03c1406dbfeb88c87e4ee4b42ff35f8
16 changes: 8 additions & 8 deletions dev/readme/USAGE.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Copy Hosts from [BEBASID](https://raw.githubusercontent.com/bebasid/bebasid/mast
C:\Windows\System32\drivers\etc
```
To open the hosts file, use built-in Notepad or Notepad++.
If your desired page is still unable to open, you can flush your dns on cmd.
If your are still unable to open the page, you can flush your DNS on the Command Prompt.

```
ipconfig /release
Expand All @@ -20,7 +20,7 @@ ipconfig /flushdns

**Manual**

Copy the hosts file and paste to /etc folder then restart your phone.
Copy the hosts file and paste to /etc folder and then restart your phone.

**AdAway**

Expand All @@ -32,7 +32,7 @@ Install [AdAway](https://f-droid.org/en/packages/org.adaway)
https://raw.githubusercontent.com/bebasid/bebasid/master/releases/hosts
```

Open the app, choose Add, then copy above code and add them.
Open the app, choose Add, then copy above code and paste them.

Turn on "Allow Redirections" on Settings.

Expand All @@ -42,7 +42,7 @@ Open Magisk then choose "Module" menu.

After that, tap "+" and then find the bebasid-magisk.zip module.

Tap "Reboot" to start implementing that module.
Tap "Reboot" to start implementing the module.

### Non-Root

Expand All @@ -51,7 +51,7 @@ Install [Hosts Go](https://play.google.com/store/apps/details?id=dns.hosts.serve

## Linux

Open terminal, type or copy the command below, then enter.
Open the terminal, type or copy the command below, then enter.

```
# Install
Expand All @@ -64,14 +64,14 @@ sudo chmod +x /usr/local/bin/bebasid
bebasid --help
```

Alternative (if you just want to install hosts file):
Alternative (if you just want to install the hosts file):
```
sudo wget https://raw.githubusercontent.com/bebasid/bebasid/master/releases/hosts -O /etc/hosts
```

## BSD / macOS

Open terminal, type or copy the command below, then enter.
Open the terminal, type or copy the command below, then enter.

```
# Install
Expand All @@ -84,7 +84,7 @@ sudo chmod +x /usr/local/bin/bebasid
bebasid --help
```

Alternative (if you just want to install hosts file):
Alternative (if you just want to install the hosts file):
```
sudo curl https://raw.githubusercontent.com/bebasid/bebasid/master/releases/hosts -o /etc/hosts
```