Skip to content

Commit

Permalink
Added folder structure example
Browse files Browse the repository at this point in the history
  • Loading branch information
tobychui committed Feb 25, 2022
1 parent 5b2be82 commit df8dde7
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,21 @@ For building for cross platforms, see ```build.bat```

## Usage

### Folder Structure

Put the launcher binary inside the arozos source root (aka the src folder) with a executable binary next to it in the same directory, and start the launcher with the start command.

Here is an example folder structure that will launch correctly

- web/
- system/
- arozos_linux_amd64
- launcher



### Start Command

All parameter passed to the launcher will be passed to the arozos binary which the launcher will pick from wildcard arozos_* or ./arozos (or arozos.exe if you are running it on windows). Example:

```
Expand Down

0 comments on commit df8dde7

Please sign in to comment.