Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
fix line spacing issue
  • Loading branch information
jghibiki committed Apr 25, 2016
1 parent 9c6ba78 commit 3ceefd0
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,19 @@ Run ```./MagicBuddy``` and navigate to localhost:8000
Advanced Usage - Flags:

```--headed```: Launches the system default browser and opens the MagicBuddy app.

```--debug```: Launches application in debug mode. Debug info will be printed to the system console.
```--host <hostname or ip>```: Allows configuration of the host by default we will broad cast the application only on ```localhost``` or ```127.0.0.1```. Set this to ```0.0.0.0``` to allow access from outside of your local environment.

```--host <hostname or ip>```: Allows configuration of the host by default we will broad cast the application only on

```localhost``` or ```127.0.0.1```. Set this to ```0.0.0.0``` to allow access from outside of your local environment.

```--port <port>```: Allows configuration of the port the application will be hosted on.

```--data <path>```: The location where decks and your collection will be stored. Defaults to ```./data```

```--cache <path>```: The location of the persistant cache. Card json information is stored here persistantly. Defaults to ```./cache```

```--checkpoint```: Determines how often in seconds we will make a checkpoint. Default is ```60```

Note: Version 0.3 adds basic git support, in order to suppport pushing/pulling from a repository with ssh, you must use an ssh-agent and add use ```ssh-add``` to add your private key. Without this, you may not be able to authenticate and pulling/pushing will fail.
Expand Down

0 comments on commit 3ceefd0

Please sign in to comment.