Skip to content

Commit

Permalink
Remove dollar signs from readme.md console examples (#1325)
Browse files Browse the repository at this point in the history
GitHub has added a copy command functionality leaving the dollar signs in adds friction when copying the commands
  • Loading branch information
that-guy-iain committed Dec 24, 2023
1 parent 4bb7ddc commit 9c01a6b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,17 @@ is stored with the name `deptrac.yaml` in your project's root directory.
Deptrac can generate a template for you, using the `init` command.

```console
$ vendor/bin/deptrac init
vendor/bin/deptrac init
```

When you have this file, you can analyse your code by
running the `analyse` command:

```console
$ vendor/bin/deptrac
vendor/bin/deptrac

# which is equivalent to
$ vendor/bin/deptrac analyse --config-file=deptrac.yaml
vendor/bin/deptrac analyse --config-file=deptrac.yaml
```

In order to run Deptrac you need at least PHP 8.1.
Expand Down

0 comments on commit 9c01a6b

Please sign in to comment.