Skip to content

Commit

Permalink
[screego] update version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
no-one committed Oct 13, 2024
1 parent e77d739 commit 795f636
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions source/guide_screego.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
.. tag:: self-hosting
.. tag:: STUN
.. tag:: TURN
.. tag:: webRTC
.. tag:: WebRTC

.. sidebar:: Logo

Expand Down Expand Up @@ -56,15 +56,15 @@ Installation

Create a new directory, enter the directory you just created, download the latest version, unpack the archive, delete the archive afterwards, make the binary executable and create the file ``screego.config`` as a copy of the file ``screego.config.example``:

.. note:: Replace ``1.10.5`` with the version of the `latest release`_.
.. note:: Replace ``1.11.1`` with the version of the `latest release`_.

.. code-block:: console
[isabell@stardust ~]$ mkdir ~/screego
[isabell@stardust ~]$ cd ~/screego
[isabell@stardust screego]$ wget "https://github.com/screego/server/releases/download/v1.10.5/screego_1.10.5_linux_amd64.tar.gz"
[isabell@stardust screego]$ tar xvf screego_1.10.5_linux_amd64.tar.gz
[isabell@stardust screego]$ rm screego_1.10.5_linux_amd64.tar.gz
[isabell@stardust screego]$ wget "https://github.com/screego/server/releases/download/v1.11.1/screego_1.11.1_linux_amd64.tar.gz"
[isabell@stardust screego]$ tar xvf screego_1.11.1_linux_amd64.tar.gz
[isabell@stardust screego]$ rm screego_1.11.1_linux_amd64.tar.gz
[isabell@stardust screego]$ chmod +x screego
[isabell@stardust screego]$ cp screego.config.example screego.config
[isabell@stardust screego]$
Expand Down Expand Up @@ -152,6 +152,6 @@ To update the software, download the latest version and replace all files (``LIC

----

Tested with Screego 1.10.5, Uberspace 7.16.0
Tested with Screego 1.11.1, Uberspace 7.16.1

.. author_list::

0 comments on commit 795f636

Please sign in to comment.