mirror of
https://github.com/nushell/nushell
synced 2024-12-25 12:33:17 +00:00
Add quickstart option to Docker section in README (#1515)
This commit is contained in:
parent
53c8185af3
commit
0dc0c6a10a
1 changed files with 10 additions and 0 deletions
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 a new issue