Skip to content

Commit 95546b2

Browse files
authored
Update readme (#134)
* Add mention about the book * Update README.md * Update README.md
1 parent f38ac9e commit 95546b2

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
# Implementing the Clean Architecture - Auctions
2-
Example app.
2+
Example project used in the book [Implementing the Clean Architecture](https://leanpub.com/implementing-the-clean-architecture)
33

4-
[![CircleCI](https://circleci.com/gh/Enforcer/clean-architecture.svg?style=svg)](https://app.circleci.com/pipelines/github/Enforcer/clean-architecture?branch=master)
4+
[![Implementing the Clean Architecture cover](docs/cover.png)](https://leanpub.com/implementing-the-clean-architecture)
55

6-
# Work with the repo
6+
## Build status
7+
[![CircleCI](https://circleci.com/gh/Enforcer/clean-architecture.svg?style=svg)](https://app.circleci.com/pipelines/github/Enforcer/clean-architecture?branch=master) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
8+
9+
## Working with the repo
710
Pycharm - mark each package as Sources Root.
811
![Marking directories as source root in PyCharm](docs/marking_as_sources_root.png)
912
Console - `make dev` to install each subpackage in editable mode.
1013

11-
# Work with docker containers
14+
## Working with docker containers
1215
```bash
1316
# Start everything
1417
docker-compose up --build

docs/cover.png

387 KB
Loading

0 commit comments

Comments
 (0)