Skip to content

Commit 62e9ef7

Browse files
committed
Document pre-built binary location
Bug: #244
1 parent 8c0ccf7 commit 62e9ef7

File tree

2 files changed

+7
-12
lines changed

2 files changed

+7
-12
lines changed

doc/care/manual.rst

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -434,17 +434,7 @@ Downloads
434434
=========
435435

436436
CARE is heavily based on PRoot_, that's why they are both hosted in
437-
the same repository: https://github.com/proot-me/proot. Since CARE is supposed
438-
to work on any Linux systems, it is recommended to use following
439-
highly compatible static binaries:
440-
441-
* for x86_64: https://github.com/proot-me/proot-static-build/raw/master/static/care-x86_64
442-
443-
* for x86: https://github.com/proot-me/proot-static-build/raw/master/static/care-x86
444-
445-
* for ARM: https://github.com/proot-me/proot-static-build/raw/master/static/care-arm
446-
447-
* other architectures: on demand.
437+
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.
448438

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

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

doc/proot/manual.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,11 @@ PRoot
512512

513513
The source code for PRoot and CARE are hosted in the same repository on `GitHub <https://github.com/proot-me/proot>`_.
514514
Previous PRoot releases were packaged at https://github.com/proot-me/proot-static-build/releases, however, that
515-
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.
515+
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::
516+
517+
curl -LO https://proot.gitlab.io/proot/bin/proot
518+
chmod +x ./proot
519+
proot --version
516520

517521
Rootfs
518522
------

0 commit comments

Comments
 (0)