mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +01:00
README: Mention commands in the right order
This commit is contained in:
parent
2ccbff3b98
commit
5c32ba49e2
10
README
10
README
@ -117,15 +117,15 @@ To compile ejabberd you need:
|
|||||||
|
|
||||||
### 1. Compile and install on *nix systems
|
### 1. Compile and install on *nix systems
|
||||||
|
|
||||||
To compile ejabberd execute the commands:
|
To compile ejabberd, execute the following commands. The first one is only
|
||||||
|
necessary if your source tree didn't come with a `configure` script.
|
||||||
|
|
||||||
|
./autogen.sh
|
||||||
./configure
|
./configure
|
||||||
make
|
make
|
||||||
|
|
||||||
If you don't have the `configure` script, run `autogen.sh` first.
|
To install ejabberd, run this command with system administrator rights (root
|
||||||
|
user):
|
||||||
To install ejabberd, execute the following command with system administrator
|
|
||||||
rights (root user):
|
|
||||||
|
|
||||||
sudo make install
|
sudo make install
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user