Updated documentation for easier onboarding of developers and users #19
@@ -30,7 +30,7 @@ Other Fedora Editions can directly install terra-release:
|
|||||||
```
|
```
|
||||||
sudo dnf install --nogpgcheck --repofrompath 'terra,https://repos.fyralabs.com/terra$releasever' terra-release
|
sudo dnf install --nogpgcheck --repofrompath 'terra,https://repos.fyralabs.com/terra$releasever' terra-release
|
||||||
```
|
```
|
||||||
|
|
|||||||
:::
|
:::
|
||||||
Then, install Telescope using:
|
Then, install Telescope using:
|
||||||
```
|
```
|
||||||
sudo dnf install telescope
|
sudo dnf install telescope
|
||||||
|
|||||||
Reference in New Issue
Block a user
Add how to install on immutable versions of Fedora and its derivatives.
Here is what the terra docs say (make non-immutable on top though, then add back the part I removed in the previous line to encompass both ways to install):
Fedora Atomic Editions
On Immutable editions of Fedora, run the following command:
curl -fsSL https://github.com/terrapkg/subatomic-repos/raw/main/terra.repo | pkexec tee /etc/yum.repos.d/terra.repo
sudo rpm-ostree install terra-release
Other Fedora Editions
Directly install terra-release:
sudo dnf install --nogpgcheck --repofrompath 'terra,https://repos.fyralabs.com/terra$releasever' terra-release