mirror of
https://github.com/rbreu/beeref.git
synced 2026-03-11 08:54:28 +00:00
Update CHANGELOG and README for release 0.1.0
This commit is contained in:
parent
6656982ab2
commit
47bf495de2
3 changed files with 21 additions and 4 deletions
4
CHANGELOG.rst
Normal file
4
CHANGELOG.rst
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
0.1.0 - 2021-07-10
|
||||
==================
|
||||
|
||||
First release!
|
||||
19
README.rst
19
README.rst
|
|
@ -24,10 +24,23 @@ BeeRef lets you quickly arrange your reference images and view them while you cr
|
|||
:target: https://codecov.io/gh/rbreu/beeref
|
||||
|
||||
|
||||
Installation via Python & pip
|
||||
-----------------------------
|
||||
Installation
|
||||
------------
|
||||
|
||||
At the moment, you need to have a working Python 3 environment to install BeeRef. Run the following command to install the development version::
|
||||
Stable Release
|
||||
~~~~~~~~~~~~~~
|
||||
|
||||
Get the zip file for your operating systom from the `latest release <https://github.com/rbreu/beeref/releases>`_. Extract the zip file. Inside the extracted folder, you will find a BeeRef executable.
|
||||
|
||||
Follow further releases via the `atom feed <https://github.com/rbreu/beeref/releases.atom>`_.
|
||||
|
||||
**Linux users** who want to have BeeRef appear in the app menu, save the desktop file from the `release section <https://github.com/rbreu/beeref/releases>`_ in ``~/.local/share/applications`` and adjust the path names in the file to match the location of your BeeRef installation.
|
||||
|
||||
|
||||
Development Version
|
||||
~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
To get the current delevopment version, you need to have a working Python 3 environment. Run the following command to install the development version::
|
||||
|
||||
pip install git+https://github.com/rbreu/beeref.git
|
||||
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ Terminal=false
|
|||
Exec=/home/yourname/path/to/beeref/git/dist/BeeRef-0.1.0/BeeRef-0.1.0
|
||||
Type=Application
|
||||
Icon=/home/yourname/path/to/BeeRef-0.1.0/beeref/assets/logo.png
|
||||
Name[en_US]=Beeref
|
||||
Name[en_US]=BeeRef
|
||||
|
||||
MimeType=application/x-beeref;
|
||||
Categories=Qt;KDE;Graphics;
|
||||
|
|
|
|||
Loading…
Reference in a new issue