Skip to content

Commit

Permalink
explain how to find where the code is installed
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-mangin committed Aug 19, 2024
1 parent d401910 commit c037b47
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,13 +103,13 @@ The program is packaged for many systems such as [Debian](https://packages.debia

RHEL users can find help [here](https://github.com/Exa-Networks/exabgp/wiki/RedHat).

Many OS provide old, not say ancient, releases but on the plus side, the packaged version will integrate with systemd.
Many OS provide old, not to say ancient, releases but on the plus side, the packaged version will be integrated with systemd.

As it is often the recommended way to get software onto the server, feel free to use them. However, we recommend a pip installation as it will install the latest stable version. should you encounter any issues, we will ask you to install the latest code (the main branch).
Feel free to use your prefered installation option but should you encounter any issues, we will ask you to install the latest code (the main branch) using git.

### pick and choose

Multiple versions can be used simultaneously without conflict when ExaBGP is run from extracted archives, docker, and/or local git repositories.
Multiple versions can be used simultaneously without conflict when ExaBGP is run from extracted archives, docker, and/or local git repositories. if you are using `master`, you can use `exabgp version` to identify the location of your installation.

## Upgrade

Expand Down

0 comments on commit c037b47

Please sign in to comment.