Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions WSGIquickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ You have various ways to install uWSGI for Python:

.. code-block:: sh

wget https://projects.unbit.it/downloads/uwsgi-latest.tar.gz
tar zxvf uwsgi-latest.tar.gz
wget https://github.com/unbit/uwsgi/archive/refs/tags/$(git ls-remote --tags --sort=v:refname https://github.com/unbit/uwsgi | cut -d/ -f3 | tail -n2 | head -n1).tar.gz
tar zxvf latest.tar.gz
cd <dir>
make

Expand Down