Skip to content

Commit

Permalink
chore: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
roverwolf committed Jan 4, 2022
2 parents 47917a0 + 787dff8 commit 66a9126
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 49 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ Installation

* Run `make migrate` to set up the database

* Run `bin/console salt:org:add` to create your first organisation

* Run `bin/console salt:user:add` to create your first user

* Get IP address of web container using
Expand Down
10 changes: 2 additions & 8 deletions bin/console
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
#!/bin/bash

DIR=$(dirname $0)
cd $(dirname $0)

which docker >/dev/null 2>&1

if [ $? -eq 0 ]; then
exec $DIR/console-docker "$@"
else
exec $DIR/console-real "$@"
fi
./phpcli ./bin/console-real "$@"
5 changes: 0 additions & 5 deletions bin/console-docker

This file was deleted.

36 changes: 0 additions & 36 deletions bin/console-real

This file was deleted.

0 comments on commit 66a9126

Please sign in to comment.