Skip to content

Commit

Permalink
Merge pull request Exa-Networks#1010 from 0xflotus/patch-1
Browse files Browse the repository at this point in the history
fix: small errors
  • Loading branch information
thomas-mangin authored Dec 8, 2020
2 parents 84443e2 + 02b3f75 commit d2c7c07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ ExaBGP 3.4 and previous versions are python2 applications. ExaBGP 4.0 had suppor
ExaBGP is self-contained and easy to upgrade/downgrade by:

* replacing the downloaded release folder, for releases download
* running `git pull` in the repository folder, for installtion using git master
* running `git pull` in the repository folder, for installation using git master
* running `pip install -U exabgp`, for pip installations
* running `apt update; apt upgrade exabgp` for Debian/Ubuntu

Expand Down Expand Up @@ -233,7 +233,7 @@ The following "unsupported" options are available to help with development:

If you want to check any code changes, the repository comes with a `qa` folder, which includes many way to check code integrity.

ExaBGP comes with a set of functional tests, each test starts an IBGP deamon expecting a number of per recorded UDPATEs for the matching configuration file.
ExaBGP comes with a set of functional tests, each test starts an IBGP daemon expecting a number of per recorded UPDATEs for the matching configuration file.

You can see all the existing tests running `./qa/bin/functional listing`. Each test is numbered and can be run independently (please note that 03 is not the same as 3).

Expand Down

0 comments on commit d2c7c07

Please sign in to comment.