Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackPhlox authored Oct 18, 2023
1 parent 28b914a commit 44f2a84
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,18 +129,18 @@ potoo --dir .
potoo --help

# Create a new bevy project called bevy_test
potoo --new bevy_test
potoo new bevy_test

# Create a new bevy project types called bevy_test, app is default
potoo --new bevy_test --template app
potoo --new bevy_test --template game
potoo --new bevy_test --template plugin
potoo new bevy_test --template app
potoo new bevy_test --template game
potoo new bevy_test --template plugin

# Import a bevy project to potoo format -> .po2
potoo --import .
potoo import .

# Export a bevy project to multiple executables, current os is default
potoo --export . --targets ["x86_64-pc-windows-msvc","wasm32-unknown-unknown","armv7-linux-androideabi"]
potoo export . --targets ["x86_64-pc-windows-msvc","wasm32-unknown-unknown","armv7-linux-androideabi"]
```

## Automated Testing
Expand Down

0 comments on commit 44f2a84

Please sign in to comment.