Skip to content

Commit

Permalink
docs: 📚 Move warning in README to the bottom - it is not that bad any…
Browse files Browse the repository at this point in the history
… more
  • Loading branch information
ddanier committed Mar 10, 2024
1 parent a7f3440 commit def357e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,6 @@
and [`just`](https://github.com/casey/just), but uses [`nu` shell scripting](https://www.nushell.sh/book/programming_in_nu.md)
to define the tasks. This allows for well-structured tasks.

## Warning / disclaimer

In its current state `nur` is more or less a **beta** software. I wanted to put it out there, so I may
receive some feedback. But I am only just starting using this in some production setup myself.
So feel free to poke around with this, but be aware this is far from being finished or anything.
Meaning: There might be dragons!

## Quick overview and example

`nur` allows you to execute tasks defined in a file called `nurfile`. It will look through your
Expand Down Expand Up @@ -415,6 +408,13 @@ decided for just "nur" as:
* `nur` is the reverse of `run`, which I like as a side effect 🥳
* and then as a nice and also weird side effect: You could translate "just" to "nur" in german 😂

## Warning / disclaimer

In its current state `nur` is more or less a **beta** software. I wanted to put it out there, so I may
receive some feedback. But I am only just starting using this in some production setup myself.
So feel free to poke around with this, but be aware this is far from being finished or anything.
Meaning: There might be dragons!

## Contributing

If you want to contribute to this project, feel free to just fork the project, create a dev
Expand Down

0 comments on commit def357e

Please sign in to comment.