Skip to content

Commit

Permalink
minor edits readme
Browse files Browse the repository at this point in the history
  • Loading branch information
massimocandela committed Oct 24, 2022
1 parent e25abe7 commit 5779ad6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Read the documentation below for more options.
- [Requirements](docs/installation.md#requirements)
- [Run from binary](docs/installation.md#running-bgpalerter-from-binaries)
- [Run from source code](docs/installation.md#running-bgpalerter-from-the-source-code)
- [Build Debian Package](docs/installation.md#debian-package)
- [Build Debian Package](docs/installation.md#build-debian-package)
- [Run in Docker](docs/installation.md#running-bgpalerter-in-docker)
- [Run as a Linux service](docs/linux-service.md)
- [Command line options](docs/installation.md#bgpalerter-parameters)
Expand Down
10 changes: 5 additions & 5 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,15 @@ Additionally, you can configure [BGPalerter to run as a Linux Serivce](linux-ser

4. Run `npm run serve` to run the application.

## Debian packages
## Build Debian Package

The git repo contains the neccesary debian scripts to build a debian package for this you
The git repo contains the debian scripts to build a debian package. Follow these steps:

1. Git clone this repo.
1. Git clone this repo;

2. build the package with your preferred tool e.g. `dpkg-buildpackage -us -uc`
2. Build the package with your preferred tool; e.g., `dpkg-buildpackage -us -uc`;

3. Install the package `dpkg -i ../node-bgpalerter_1.29.0-1_all.deb
3. Install the package `dpkg -i ../node-bgpalerter_x.x.x-1_all.deb`.

## Running BGPalerter in Docker

Expand Down

0 comments on commit 5779ad6

Please sign in to comment.