Skip to content

Commit

Permalink
docs: README code block language name nu -> nushell
Browse files Browse the repository at this point in the history
  • Loading branch information
blindFS committed Dec 29, 2024
1 parent 96e2951 commit afb8294
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
1. install topiary-cli (0.5.1 above)
2. clone this repo to `$env.XDG_CONFIG_HOME/topiary`
3. set environment variables
```nu

```nushell
$env.TOPIARY_CONFIG_FILE = ($env.XDG_CONFIG_HOME | path join topiary languages.ncl)
$env.TOPIARY_LANGUAGE_DIR = ($env.XDG_CONFIG_HOME | path join topiary languages)
```
Expand Down Expand Up @@ -54,7 +55,7 @@ while the latest release of topiary-cli still uses the other way.

Help to find format issues with following method (dry-run, detects parsing/idempotence/semantic breaking):

```nu
```nushell
source utils.nu
test_format <root-path-of-your-nushell-scripts>
```

0 comments on commit afb8294

Please sign in to comment.