🛠️ Documentation and build instructions for ReVanced
Go to file
Twin 13c9a7bfae
docs: fix typo (#36)
2024-03-02 22:04:25 +01:00
.github/workflows ci: set default author to ReVanced 2023-09-30 04:08:22 +02:00
assets docs: Update documentations and submodules 2024-02-25 06:12:00 +01:00
docs docs: fix typo (#36) 2024-03-02 22:04:25 +01:00
repositories docs: Update documentations and submodules 2024-02-25 06:12:00 +01:00
.gitmodules docs: Update documentations and submodules 2024-02-25 06:12:00 +01:00
LICENSE docs: init 2022-11-12 03:11:28 +01:00
README.md docs: Update documentations and submodules 2024-02-25 06:12:00 +01:00

README.md


                       

Continuing the legacy of Vanced

🗄 ReVanced Documentation

Collection of all ReVanced documentation.

📖 Table of contents

[!WARNING]
Under docs/ you will find symbolic links to the documentation of the respective repositories.

Because GitHub does not render symbolic links, you need to clone this repository recursively to see the content of the linked directories or browse the submodules directly under repositories/.

🚀 Get started

  1. Checkout the repository recursively:

    git clone -c core.symlinks=true https://github.com/revanced/revanced-documentation --recursive && cd revanced-documentation
    git submodule update --remote
    
  2. Open the documentation in a reader of your choice, such as Visual Studio Code, Sublime Text, or Typora

📜 Licence

ReVanced Documentation is licensed under the GPLv3 license. Please see the license file for more information. tl;dr you may copy, distribute and modify ReVanced Documentation as long as you track changes/dates in source files. Any modifications to ReVanced Documentation must also be made available under the GPL, along with build & install instructions.