Skip to content

Commit

Permalink
docs: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ruben-arts committed Nov 18, 2024
1 parent 6607001 commit 157a76c
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions docs/features/global_tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,16 +151,13 @@ exposed = { ansible = "ansible" } # (1)!

It's also possible to expose an executable which is located in a nested directory.
For example dotnet.exe executable is located in a dotnet folder,
to expose dotnet.exe you must specify its relative path :
to expose `dotnet` you must specify its relative path :

```
pixi global install dotnet --expose dotnet=dotnet\dotnet.exe
```
you can also omit the extension
```
pixi global install dotnet --expose dotnet=dotnet\dotnet
```
will create the following entry in the manifest:

Which will create the following entry in the manifest:
```toml
[envs.dotnet]
channels = ["conda-forge"]
Expand Down

0 comments on commit 157a76c

Please sign in to comment.