|
12345678910111213141516 |
- <div class="install-only-stable" markdown="1">
- On Solus, you can install yarn via the Solus repository.
- ```sh
- sudo eopkg install yarn
- ```
- </div>
-
- <div class="install-only-rc install-only-nightly" markdown="1">
- Currently, there are no Solus packages available for RC or nightly builds of Yarn. Please use the tarball:
- {% include_relative _installations/tarball.md %}
- </div>
-
- ### Path Setup
-
- <!-- prettier-ignore -->
- {% include_relative _installations/unix_path_setup.md %}
|