diff --git a/README.rst b/README.rst index 69134df1..cb63f2a9 100644 --- a/README.rst +++ b/README.rst @@ -89,10 +89,18 @@ host. .. code-block:: console + $ vagrant --version + Vagrant 1.9.1 $ vagrant up + ... + ==> default: INFO [alembic.runtime.migration] Context impl MySQLImpl. + ==> default: INFO [alembic.runtime.migration] Will assume non-transactional DDL. + ==> default: INFO [alembic.runtime.migration] Running upgrade -> 001, Pike release .. end + If you see message like the above, congratulations! + Getting started with Qinling ----------------------------