Skip to content

Commit

Permalink
update the docs a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
KristofferC authored and fredrikekre committed Nov 7, 2024
1 parent 0bc346a commit c941828
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/src/apps.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ end # module
```toml
# Project.toml

...
# standard fields here

[apps]
reverse = {}
Expand All @@ -47,16 +47,16 @@ $ reverse some input string
emos tupni gnirts
```

directly in the terminal.

## Installing Julia apps

The installation of Julia apps are similar to installing julia libraries but instead of using e.g. `Pkg.add` or `pkg> add` one uses `Pkg.Apps.add` or `pkg> app add`.
The installation of Julia apps are similar to installing julia libraries but instead of using e.g. `Pkg.add` or `pkg> add` one uses `Pkg.Apps.add` or `pkg> app add` (`develop` is also available).

!!! note
The path `.julia/bin` has to be added to your `PATH` in order for


The path `.julia/bin` has to be added to your `PATH` in order for apps to be runnable after being installed.
Pkg currently does not do this for you.

## Other information

- The app will currently run with the same Julia executable as was used to install the app. To update the Julia executable used run...
-
- The app will currently run with the same Julia executable as was used to install the app.

0 comments on commit c941828

Please sign in to comment.