Skip to content

Commit

Permalink
Bump up version for development.
Browse files Browse the repository at this point in the history
Also add info on downloading installers.
  • Loading branch information
prabhuramachandran committed Jan 18, 2017
1 parent 71e96ec commit 3763ae8
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,16 @@ the feedback received by users. ViXeN does not currently support multiple
people working on the same project at the same time.


Download
---------

To try out ViXeN please download a binary installer from here:

https://github.com/prabhuramachandran/vixen/releases

These are very easy to install, basically just download, unzip, and run.


History
--------

Expand Down
8 changes: 4 additions & 4 deletions docs/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,13 @@ Installing ViXeN on GNU/Linux
On GNU/Linux systems one may install the dependencies by following three very
simple steps:

- Download the `ViXeN binary`_ for Linux.
- Download the Linux binary from the `ViXeN releases`_.
- Unpack the ``vixen*.tgz`` file.
- Run the application inside the unpacked directory.

More detailed instructions are given below.

.. _ViXeN binary: https://github.com/prabhuramachandran/vixen/releases
.. _ViXeN releases: https://github.com/prabhuramachandran/vixen/releases

.. _using-nautilus:

Expand Down Expand Up @@ -111,7 +111,7 @@ Then run the application using::
Installing ViXeN on Mac OS X
------------------------------

1. On OS X, download the ZIP file.
1. On OS X, download the ZIP file from the `ViXeN releases`_ page.
2. Unpack it.
3. Run the resulting ``ViXeN.dmg`` file by double clicking it.

Expand All @@ -123,7 +123,7 @@ Installing ViXeN on Windows
------------------------------


1. On Windows, download the ZIP file for your platform.
1. On Windows, download the ZIP file for your platform from `ViXeN releases`_.
2. Unpack the ZIP file.
3. Inside the unpacked directory is a ``vixen.bat`` script or a ``vixen.lnk``
shortcut that you can use to run the application.
Expand Down
2 changes: 1 addition & 1 deletion vixen/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.9'
__version__ = '1.0rc1.dev0'

0 comments on commit 3763ae8

Please sign in to comment.