Skip to content

Commit 25ba76b

Browse files
committed
[FIX] Header on Alternative Download
1 parent 785ae77 commit 25ba76b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/getting_started/installation_deb.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,20 +80,20 @@ sudo apt-get install -y openspp-17-daily
8080

8181
If you prefer to download the package manually or the repository is not accessible:
8282

83-
### Create a temporary directory
83+
#### Create a temporary directory
8484
```bash
8585
mkdir -p ~/openspp-install && cd ~/openspp-install
8686
```
8787

88-
### Download directly from Nexus repository
88+
#### Download directly from Nexus repository
8989
```bash
9090
wget https://builds.acn.fr/repository/apt-openspp/pool/main/o/openspp/openspp_17.0.1+odoo17.0-1_amd64.deb
9191
```
92-
### Install the package
92+
#### Install the package
9393
```bash
9494
sudo dpkg -i openspp_17.0.1+odoo17.0-1_amd64.deb
9595
```
96-
### Fix any dependency issues if they occur
96+
#### Fix any dependency issues if they occur
9797
```bash
9898
sudo apt-get install -f
9999
```

0 commit comments

Comments
 (0)