style(core): added update process

This commit is contained in:
B
2024-11-13 07:22:43 -05:00
parent c880cd6eba
commit e76b1e49a4

View File

@@ -19,6 +19,7 @@ Bjorn is a « Tamagotchi like » sophisticated, autonomous network scanning,
- [Getting Started](#-getting-started)
- [Prerequisites](#-prerequisites)
- [Installation](#-Installation)
- [Update](#-update)
- [Quick Start](#-quick-start)
- [Usage Example](#-usage-example)
- [Contributing](#-contributing)
@@ -65,11 +66,20 @@ The fastest way to install Bjorn is using the automatic installation script :
```bash
# Download and run the installer
wget https://raw.githubusercontent.com/infinition/Bjorn/refs/heads/main/install_bjorn.sh
sudo chmod +x install_bjorn.sh
sudo ./install_bjorn.sh
sudo chmod +x install_bjorn.sh && sudo ./install_bjorn.sh
# Choose the choice 1 for automatic installation. It may take a while as a lot of packages and modules will be installed. You must reboot at the end.
```
### 📦 Update
Bjorn can be updated by a simple exec of new binaries without delete files described on [Fresh Installation](DEVELOPMENT#-fresh-start).
```bash
# Download and run the installer
wget https://raw.githubusercontent.com/infinition/Bjorn/refs/heads/main/install_bjorn.sh
sudo chmod +x install_bjorn.sh && sudo ./install_bjorn.sh
```
## ⚡ Quick Start
**Need help ? You struggle to find Bjorn's IP after the installation ?**