Skip to content

Commit

Permalink
fix: update developer section of README (#568)
Browse files Browse the repository at this point in the history
Fixes #567

Signed-off-by: Jeff MAURY <jmaury@redhat.com>
  • Loading branch information
jeffmaury committed Mar 18, 2024
1 parent 9d2bd67 commit a3f1636
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Expand Up @@ -14,6 +14,18 @@ To install a development version, use the `:nightly` tag as shown in the recordi

## Running in development mode

From the AI Studio packages/frontend folder:

```
$ yarn watch
```

If you are not live editing the frontend package, you can just run (from the AI Studio sources folder):

```
$ yarn build
```

From the Podman Desktop sources folder:

```
Expand Down

0 comments on commit a3f1636

Please sign in to comment.