Skip to content

Commit 3dc7241

Browse files
committed
Minor update to README
1 parent 304b30b commit 3dc7241

File tree

1 file changed

+7
-26
lines changed

1 file changed

+7
-26
lines changed

README.md

Lines changed: 7 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -26,32 +26,13 @@ Description of the app
2626

2727
## Development
2828

29-
To install with dev dependencies:
30-
31-
```
32-
make install
33-
```
34-
35-
To run unit tests:
36-
37-
```
38-
make test
39-
```
40-
41-
To lint the repo:
42-
43-
```
44-
make lint
45-
```
46-
47-
To run the app:
48-
49-
```
50-
pipenv run app --help
51-
```
29+
- To install with dev dependencies: `make install`
30+
- To update dependencies: `make update`
31+
- To run unit tests: `make test`
32+
- To lint the repo: `make lint`
33+
- To run the app: `pipenv run app --help`
5234

5335
## Required ENV
5436

55-
`SENTRY_DSN` = If set to a valid Sentry DSN, enables Sentry exception monitoring. This is not needed for local development.
56-
57-
`WORKSPACE` = Set to `dev` for local development, this will be set to `stage` and `prod` in those environments by Terraform.
37+
- `SENTRY_DSN` = If set to a valid Sentry DSN, enables Sentry exception monitoring. This is not needed for local development.
38+
- `WORKSPACE` = Set to `dev` for local development, this will be set to `stage` and `prod` in those environments by Terraform.

0 commit comments

Comments
 (0)