Skip to content

Commit 8adbda6

Browse files
authored
Update README.md
1 parent ce67474 commit 8adbda6

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

README.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,6 @@ You can easily build your game for all supported platforms with a single command
1010
### Automatic dependency management
1111
Love binaries required for building are downloaded automatically and can easily be managed by using Lover commands.
1212

13-
### Finally a good `run` command
14-
When using `lover run` you can pass arguments to your game and even --flags.
15-
16-
Most tools like **Makefile** and **Cargo** will treat all flags as their own and not allow such things.
17-
18-
```
19-
lover run someArgument --someFlag --gameMode=survival
20-
```
21-
2213
### Default environment variables
2314
You can access certain constants like the game's version by the use of `os.getenv()`.
2415
```lua

0 commit comments

Comments
 (0)