From 811f8a10eb7092f3e1a83488b300422a54d141b4 Mon Sep 17 00:00:00 2001 From: Feng Date: Sat, 10 Sep 2016 17:34:00 +0800 Subject: [PATCH] v2.0-beta.2-20160910 --- docs/source/getstarted.rst | 2 +- docs/source/install.rst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/getstarted.rst b/docs/source/getstarted.rst index c7240b8fc..19bd25dbb 100644 --- a/docs/source/getstarted.rst +++ b/docs/source/getstarted.rst @@ -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 diff --git a/docs/source/install.rst b/docs/source/install.rst index f16f2edec..a245cd612 100644 --- a/docs/source/install.rst +++ b/docs/source/install.rst @@ -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: