Slack: Difference between revisions
imported>Truthadjustr Created page with "'''How to Install the Slack chat client''' To install the chat client, do: nix-env -iA nixos.slack To launch or run the chat client, do slack And remember, because this i..." |
imported>Mic92 No edit summary |
||
Line 3: | Line 3: | ||
To install the chat client, do: | To install the chat client, do: | ||
nix-env -iA nixos.slack | <syntaxHighlight lang=console> | ||
$ nix-env -iA nixos.slack | |||
</syntaxHighlight> | |||
To launch or run the chat client, do | To launch or run the chat client, do | ||
slack | <syntaxHighlight lang=console> | ||
$ slack | |||
</syntaxHighlight> | |||
And remember, because this is Nixos, you don't have to be root to install things. The above steps will install the Slack chat client as a non-root user. | And remember, because this is Nixos, you don't have to be root to install things. The above steps will install the Slack chat client as a non-root user. |
Revision as of 07:43, 16 June 2018
How to Install the Slack chat client
To install the chat client, do:
$ nix-env -iA nixos.slack
To launch or run the chat client, do
$ slack
And remember, because this is Nixos, you don't have to be root to install things. The above steps will install the Slack chat client as a non-root user.