Skip to content

Commit

Permalink
Merge pull request #607 from tim77/tim77-packaging-status
Browse files Browse the repository at this point in the history
Add Fedora installation info
  • Loading branch information
Jonathan Turner committed Sep 7, 2019
2 parents 42489c1 + 19f97e6 commit 35c0eb0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'.
Expand Down

0 comments on commit 35c0eb0

Please sign in to comment.