Fix readme
This commit is contained in:
parent
1313bc5a9e
commit
62447e7415
1 changed files with 6 additions and 1 deletions
|
|
@ -13,8 +13,13 @@ Don't worry: the script detects if it isn't installed, and can install it for yo
|
||||||
|
|
||||||
### About root privileges
|
### About root privileges
|
||||||
Building an RPM package with root privileges is dangerous, because a mistake in SPEC file could result in running nasty commands.
|
Building an RPM package with root privileges is dangerous, because a mistake in SPEC file could result in running nasty commands.
|
||||||
See [](http://serverfault.com/questions/10027/why-is-it-bad-to-build-rpms-as-root).
|
See http://serverfault.com/questions/10027/why-is-it-bad-to-build-rpms-as-root.
|
||||||
|
|
||||||
## Update discord
|
## Update discord
|
||||||
When a new version of discord is released, you can run the `create-package.sh` script again to create an updated package.
|
When a new version of discord is released, you can run the `create-package.sh` script again to create an updated package.
|
||||||
Then, simply install the updated package with `sudo dnf install <rpm file>`.
|
Then, simply install the updated package with `sudo dnf install <rpm file>`.
|
||||||
|
|
||||||
|
## Supported distributions
|
||||||
|
- Fedora 24
|
||||||
|
- Fedora 25
|
||||||
|
It probably work on other RPM-based distros but I haven't tested it. Let me know if it works for you!
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue