Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TermuxHackz authored Mar 11, 2023
1 parent c838189 commit c1f9a17
Showing 1 changed file with 48 additions and 37 deletions.
85 changes: 48 additions & 37 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,54 @@ bash setup.sh
THANKS FOR BEARING WITH ME
</h5>

# How to Update Manually
This tool would be updated regularly or as time progresses to improve it, fix more bugs and add so many other features, I would be showing you how to update it
<h5><u>How to Update For Termux</u></h5>

#### 1) Type:
> cd $HOME
> cd $PREFIX/bin
> rm xosint
#### 2) Re-clone from git:
> cd $HOME
> git clone https://github.com/TermuxHackz/X-osint
> cd X-osint
#### 3) Grant permissions and run install file
> chmod +x *
> bash setup.sh
<b>And your all done!!!..and updated </b>

<h5><u>How to Update for Linux</u></h5>
#### 1) Type:
> cd $HOME
> cd /usr/local/bin
> sudo rm xosint
#### 2) Re-clone from GitHub
> cd $HOME
> git clone https://github.com/TermuxHackz/X-osint
> cd X-osint
#### 3) Grant permissions and run install file
> chmod +x *
> bash setup.sh
<b>And your all done!!!..and updated </b>


# Installation for Termux
```
cd $HOME
Expand Down Expand Up @@ -89,43 +137,6 @@ Tick
Works for Termux and Linux
Tested
```
# How to Update Manually
This tool would be updated regularly or as time progresses to improve it, fix more bugs and add so many other features, I would be showing you how to update it
<h5><u>How to Update For Termux</u></h5>

#### 1) Type:
>> cd $HOME
>> cd $PREFIX/bin
>> rm xosint
#### 2) Re-clone from git:
> cd $HOME
> git clone https://github.com/TermuxHackz/X-osint
> cd X-osint
#### 3) Grant permissions and run install file
> chmod +x *
> bash setup.sh
<b>And your all done!!!..and updated </b>

<h5><u>How to Update for Linux</u></h5>
#### 1) Type:
> cd $HOME
> cd /usr/local/bin
> sudo rm xosint
#### 2) Re-clone from GitHub
> cd $HOME
> git clone https://github.com/TermuxHackz/X-osint
> cd X-osint
#### 3) Grant permissions and run install file
> chmod +x *
> bash setup.sh
<b>And your all done!!!..and updated </b>


# Buy me a coffee
<img src="images.png"/>
Expand Down

0 comments on commit c1f9a17

Please sign in to comment.