Skip to content

Commit

Permalink
docs: update README to reflect official ARM64 support
Browse files Browse the repository at this point in the history
  • Loading branch information
kdmccormick authored and regisb committed Aug 28, 2023
1 parent 97b999b commit ea79dfb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,14 @@ Requirements
------------

* Supported OS: Tutor runs on any 64-bit, UNIX-based OS. It was also reported to work on Windows (with `WSL 2 <https://docs.microsoft.com/en-us/windows/wsl/install>`__).
* Architecture: support for ARM64 is a work-in-progress. See `this issue <https://github.com/overhangio/tutor/issues/510>`__.
* Architecture: Both AMD64 and ARM64 are supported.
* Required software:

- `Docker <https://docs.docker.com/engine/installation/>`__: v20.10.15+
- `Docker Compose <https://docs.docker.com/compose/install/>`__: v2.0.0+

.. warning::
Do not attempt to simply run ``apt-get install docker docker-compose`` on older Ubuntu platforms, such as 16.04 (Xenial), as you will get older versions of these utilities.

* Ports 80 and 443 should be open. If other web services run on these ports, check the tutorial on :ref:`how to setup a web proxy <web_proxy>`.
* Hardware:

Expand Down

0 comments on commit ea79dfb

Please sign in to comment.