Skip to content

Commit

Permalink
chore(example/llm): Use double-quotes for shell
Browse files Browse the repository at this point in the history
  • Loading branch information
srid authored Jun 14, 2024
1 parent f5638ea commit f360c8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/llm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ While `services-flake` is generally used for running services in a *development*

```sh
# You can also use `nix profile install` on this URL, and run `services-flake-llm`
nix run github:juspay/services-flake?dir=example/llm
nix run "github:juspay/services-flake?dir=example/llm"
```

## Default configuration & models
Expand Down

0 comments on commit f360c8f

Please sign in to comment.