mirror of
https://github.com/nushell/nushell.git
synced 2025-01-11 08:48:23 +01:00
Add quickstart option to Docker section in README (#1515)
This commit is contained in:
parent
53c8185af3
commit
0dc0c6a10a
10
README.md
10
README.md
@ -70,6 +70,16 @@ cargo build --workspace --features=stable
|
||||
|
||||
## Docker
|
||||
|
||||
### Quickstart
|
||||
|
||||
Want to try Nu right away? Execute the following to get started.
|
||||
|
||||
```bash
|
||||
docker run -it quay.io/nushell/nu:latest
|
||||
```
|
||||
|
||||
### Guide
|
||||
|
||||
If you want to pull a pre-built container, you can browse tags for the [nushell organization](https://quay.io/organization/nushell)
|
||||
on Quay.io. Pulling a container would come down to:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user