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:


<code>
<syntaxhighlight lang="console">
nix-env -i discord --arg config '{ allowUnfree = true; }'
$ nix-env -i discord --arg config '{ allowUnfree = true; }'
</code>
</syntaxhighlight>


== Usage ==
== Usage ==
Command Line:
Command Line:


<code>
<syntaxhighlight lang="console">
$ Discord
$ Discord
</code>
</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.