Skip to content

Commit

Permalink
Document pre-built binary location
Browse files Browse the repository at this point in the history
Bug: #244
  • Loading branch information
oxr463 committed Sep 2, 2021
1 parent 8c0ccf7 commit 024e4ba
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 12 deletions.
13 changes: 2 additions & 11 deletions doc/care/manual.rst
Original file line number Diff line number Diff line change
Expand Up @@ -434,17 +434,7 @@ Downloads
=========

CARE is heavily based on PRoot_, that's why they are both hosted in
the same repository: https://github.com/proot-me/proot. Since CARE is supposed
to work on any Linux systems, it is recommended to use following
highly compatible static binaries:

* for x86_64: https://github.com/proot-me/proot-static-build/raw/master/static/care-x86_64

* for x86: https://github.com/proot-me/proot-static-build/raw/master/static/care-x86

* for ARM: https://github.com/proot-me/proot-static-build/raw/master/static/care-arm

* other architectures: on demand.
the same repository: https://github.com/proot-me/proot. Previous CARE releases were packaged at https://github.com/proot-me/proot-static-build/releases, however, that repository has since been archived. The latest builds can be found under the job artifacts for the `GitLab CI/CD Pipelines <https://gitlab.com/proot/proot/pipelines>`_ for each commit.

.. _PRoot: https://proot-me.github.io

Expand All @@ -460,3 +450,4 @@ Copyright (C) 2020 PRoot Developers, licensed under GPL v2 or later.
/ __/ __ | __ \ __|
/ /_/ | / __|
\_____|__|__|__|__\____|

6 changes: 5 additions & 1 deletion doc/proot/manual.rst
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,11 @@ PRoot

The source code for PRoot and CARE are hosted in the same repository on `GitHub <https://github.com/proot-me/proot>`_.
Previous PRoot releases were packaged at https://github.com/proot-me/proot-static-build/releases, however, that
repository has since been archived. The latest builds can be found under the job artifacts for the `GitLab CI/CD Pipelines <https://gitlab.com/proot/proot/pipelines>`_ for each commit.
repository has since been archived. The latest builds can be found under the job artifacts for the `GitLab CI/CD Pipelines <https://gitlab.com/proot/proot/pipelines>`_ for each commit. The following commands can be used to download the latest x86_64 binary for convenience::

curl -LO https://proot.gitlab.io/proot/bin/proot
chmod +x ./proot
proot --version

Rootfs
------
Expand Down

0 comments on commit 024e4ba

Please sign in to comment.