From 95942cd75545f4583da9837e1b0f62a8110b2c07 Mon Sep 17 00:00:00 2001 From: Massimo Candela Date: Tue, 7 Jul 2020 01:16:02 +0200 Subject: [PATCH] Update update.md --- docs/update.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/update.md b/docs/update.md index 76fc298..9aabeda 100644 --- a/docs/update.md +++ b/docs/update.md @@ -3,5 +3,5 @@ BGPalerter can be easily updated. The configuration of BGPalerter is persisted in `config.yml` and `prefixes.yml`, as long as you preserve such files you will not need to reconfigure it after the update. * if you are using the binary, go in the [releases tab](https://github.com/nttgin/BGPalerter/releases), download the new binary and replace the old one. -* if you are using the source code, simply do a git pull of the master branch. -* if you are using docker, do `docker pull nttgin/bgpalerter:latest`, after stop and remove your current container and [run it again](installation.md#running-bgpalerter-in-docker). \ No newline at end of file +* if you are using the source code, simply do a git pull of the master branch. After, do `npm install` to update the dependencies. +* if you are using docker, do `docker pull nttgin/bgpalerter:latest`, after stop and remove your current container and [run it again](installation.md#running-bgpalerter-in-docker).