Skip to content

Commit

Permalink
develop: Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Nov 28, 2024
1 parent 75ed489 commit 484a524
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion doc/src/om/develop.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The `om develop` should be used indirectly in direnv, via the `use omnix` directive in your `.envrc`:

```sh
source_url https://raw.githubusercontent.com/juspay/omnix/4daebcb38082e0f933d6a25284948122ad3a507e/omnixrc 'sha256-6+bGgf1Dw9Ua/7aiFs7RyN8slHZeOsBCmNsIQ5nqHGM='
source_url https://raw.githubusercontent.com/juspay/omnix/75ed48923835963e2f18baba08f54a8adc307ba2/omnixrc "sha256-8C2Jb5bHx/0cvm1+9gOlBEdWzbikCWT5UsJWewUAFt4="

use omnix
```
Expand All @@ -16,6 +16,10 @@ use omnix

The ideal goal here being that switching to a project should do everything necessary to get you started immediately.

## `om.yaml`

You should also create a `om.yaml` (empty file if there's no configuration) so your flake is not evaluated during direnv.

## Welcome text {#welcome}

The welcome text can be configured in your om configuration:
Expand Down

0 comments on commit 484a524

Please sign in to comment.