From 5779ad685958256f05e3b0448e8a35b12d899e15 Mon Sep 17 00:00:00 2001 From: Massimo Candela Date: Tue, 25 Oct 2022 01:02:47 +0200 Subject: [PATCH] minor edits readme --- README.md | 2 +- docs/installation.md | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 0c2eab6f..6b1b0c95 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/docs/installation.md b/docs/installation.md index 9a7326f7..ec77b704 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -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