Skip to content

Commit 189c6b1

Browse files
committed
docs(readme): modfify make usage
1 parent 5979946 commit 189c6b1

File tree

2 files changed

+13
-11
lines changed

2 files changed

+13
-11
lines changed

README.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -56,17 +56,18 @@ git clone
5656

5757
## Make usage
5858

59-
| Command | Description |
60-
| :------------------ | :------------------------------------------------- |
61-
| `make compose-conf` | Set `.env.wsl` & Show `docker-compose.yml` config. |
62-
| `make compose-up` | Create container by `docker-compose.yml`. |
63-
| `make start` | Run python file(default: `src/main.py`) |
64-
| `make install-dev` | Install dependencies (For dev) |
65-
| `make install` | Install dependencies (For prod) |
66-
| `make lint` | Lint with pysen |
67-
| `make lint-fix` | Lint fix with pysen |
68-
| `make test` | Test with pytest |
69-
| `make clean` | Remove `__pycache__` files, `.venv` |
59+
| Command | Description |
60+
| :------------------ | :------------------------------------------------ |
61+
| `make compose-conf` | Set `.env.wsl` & Show `docker-compose.yml` config |
62+
| `make compose-up` | Create container by `docker-compose.yml` |
63+
| `make start` | Run python file(default: `src/main.py`) |
64+
| `make install-dev` | Install dependencies (For dev) |
65+
| `make install` | Install dependencies (For prod) |
66+
| `make lint` | Lint with pysen |
67+
| `make lint-fix` | Lint fix with pysen |
68+
| `make test` | Test with pytest |
69+
| `make ci` | Remove `.venv` dir & Install dependencies |
70+
| `make clean` | Remove cache files |
7071

7172
If you are using windows, you can install the `make` command
7273
[here](http://gnuwin32.sourceforge.net/packages/make.htm).

docs/i18n/jp/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ git clone
6565
| `make test` | pytestでテスト実行 |
6666
| `make lint` | pysenを使ったLint |
6767
| `make lint-fix` | pysenを使ったコードの自動整形と修正 |
68+
| `make ci` | 依存関係の再インストール |
6869
| `make clean` | `__pycache__` ファイル、`.venv`ディレクトリを削除 |
6970

7071
`Windows`をお使いの場合、[こちら](http://gnuwin32.sourceforge.net/packages/make.htm)から`make`コマンドをインストールできます。(`setup`ボタンをクリックします)

0 commit comments

Comments
 (0)