Skip to content

Commit

Permalink
add readme section for building ad4m-host & ad4min
Browse files Browse the repository at this point in the history
  • Loading branch information
jdeepee committed Nov 2, 2022
1 parent 3244af7 commit 7a5ce2f
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,29 @@ In October/November 2022, these componentes were collected into a mono-repo agai
```
yarn install
yarn build
```

## Testing

```
yarn install
yarn test
```

## Building ad4m-host

```
yarn install
yarn run package-linux/macos/windows (choose version for your OS)
```

## Building ad4min

```
yarn install
yarn run build-linux/macos/windows (choose version for your OS)
```

## Publishing

Before making a PR with a set of changes, run the following command on your branch:
Expand Down

0 comments on commit 7a5ce2f

Please sign in to comment.