v2.0-beta.2-20160910
This commit is contained in:
parent
9f68cfec01
commit
811f8a10eb
|
@ -65,7 +65,7 @@ Installing on Mac, for example:
|
|||
|
||||
.. code-block:: bash
|
||||
|
||||
unzip emqttd-macosx-2.0-beta1-20160830.zip && cd emqttd
|
||||
unzip emqttd-macosx-v2.0-beta.2-20160910.zip && cd emqttd
|
||||
|
||||
# Start emqttd
|
||||
./bin/emqttd start
|
||||
|
|
|
@ -35,7 +35,7 @@ Download binary packages from: http://emqtt.io/downloads
|
|||
|
||||
The package name consists of platform, version and release time.
|
||||
|
||||
For example: emqttd-centos64-2.0-beta1-20160830.zip
|
||||
For example: emqttd-centos64-v2.0-beta.2-20160910.zip
|
||||
|
||||
.. _install_on_linux:
|
||||
|
||||
|
@ -47,7 +47,7 @@ Download CentOS Package from: http://emqtt.io/downloads/latest/centos, and then
|
|||
|
||||
.. code-block:: bash
|
||||
|
||||
unzip emqttd-centos64-2.0-beta-20160830.zip
|
||||
unzip emqttd-centos64-v2.0-beta.2-20160910.zip
|
||||
|
||||
Start the broker in console mode:
|
||||
|
||||
|
|
Loading…
Reference in New Issue