Skip to content

Commit 90b203b

Browse files
authored
[Docs] Update installation instructions (#149)
2 parents db66c43 + 3ed4c68 commit 90b203b

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed

docs/src/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ This is an overview of channels through which you can get Nazara.
3939

4040
|Platform/Channel|Version|Offical?|
4141
|-|-|-|
42-
|[`crates.io`](https://crates.io/crates/nazara)|`v0.1.0_beta.3`|yes|
42+
|[`crates.io`](https://crates.io/crates/nazara)|`v0.1.0`|yes|
4343
|openSUSE Tumbleweed|--coming soon--|--coming soon--|
4444

4545
For information about who maintains a package you are looking for, try

docs/src/users/install.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build the latest release from source yourself.
66

77

88
~~~ admonish info title="Native Packages"
9-
We are currently hard at work to build distribution packages in the future with the first one being
9+
We are currently working on building distribution packages in the future with the first ones being
1010
targeted at openSUSE Tumbleweed, Slowroll, Leap and SLES16.
1111
1212
If you would like to build a package for your distribution, please [refer to our packager's guide](../contributors/becoming_packager.md).
@@ -41,3 +41,25 @@ This process may take a while, mainly thanks to our API client library
4141
[thanix_client](https://github.com/The-Nazara-Project/thanix_client).
4242

4343
Once completed you have a portable binary at `./target/release/nazara`.
44+
45+
## Native Packages
46+
47+
We are currently at work to provide native Linux packages starting with the openSUSE family of Linux distributions.
48+
49+
Once we make progress on this front, you will find this information here.
50+
51+
### Release Attachments
52+
53+
We currently provide a pre-built binary as well as a Debian package attached to the latest release
54+
and also plan on attaching these to every release going forward as an easy way to download and install Nazara.
55+
56+
Visit [our release page](https://github.com/The-Nazara-Project/Nazara/releases) to find these for yourself.
57+
58+
#### Installing the .deb Package
59+
60+
To install the `.deb` package you downloaded from the Release, use the `dpkg` command.
61+
62+
```bash
63+
sudo dpkg -i nazara_0.1.0-1_amd64.deb
64+
```
65+

0 commit comments

Comments
 (0)