From 19f97e6471c6b0d34ff87a5f04442c141ba5797c Mon Sep 17 00:00:00 2001 From: Artem Polishchuk Date: Fri, 6 Sep 2019 23:05:35 +0300 Subject: [PATCH] Add Fedora installation info --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 7d38fcdc8..e80a51e60 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,12 @@ $ docker run -it nushell/nu The second container is a bit smaller, if size is important to you. +## Packaging status + +### Fedora + +[COPR repo](https://copr.fedorainfracloud.org/coprs/atim/nushell/): `sudo dnf copr enable atim/nushell -y && sudo dnf install nushell -y` + # Philosophy Nu draws inspiration from projects like PowerShell, functional programming languages, and modern cli tools. Rather than thinking of files and services as raw streams of text, Nu looks at each input as something with structure. For example, when you list the contents of a directory, what you get back is a table of rows, where each row represents an item in that directory. These values can be piped through a series of steps, in a series of commands called a 'pipeline'.