Discord: Difference between revisions
imported>Makefu No edit summary |
imported>Deingithub m Add highlighting for command lines |
||
Line 4: | Line 4: | ||
To install discord directly in your environment without changing any configuration: | To install discord directly in your environment without changing any configuration: | ||
< | <syntaxhighlight lang="console"> | ||
nix-env -i discord --arg config '{ allowUnfree = true; }' | $ nix-env -i discord --arg config '{ allowUnfree = true; }' | ||
</ | </syntaxhighlight> | ||
== Usage == | == Usage == | ||
Command Line: | Command Line: | ||
< | <syntaxhighlight lang="console"> | ||
$ Discord | $ Discord | ||
</ | </syntaxhighlight> | ||
The nix expression also installs a desktop item as another option for starting the application. | The nix expression also installs a desktop item as another option for starting the application. |
Revision as of 13:10, 25 April 2020
Install
To install discord directly in your environment without changing any configuration:
$ nix-env -i discord --arg config '{ allowUnfree = true; }'
Usage
Command Line:
$ Discord
The nix expression also installs a desktop item as another option for starting the application.