Skip to content

Commit

Permalink
Update readmereadme
Browse files Browse the repository at this point in the history
  • Loading branch information
catusphan committed Dec 18, 2024
1 parent 588f038 commit b76b58d
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
setup:
pip install uv
uv sync

sample:
uv run python ./bin/convert_all.py --input_folder=dict --output_folder=output --extension=tab --filter=C
echo "Release sample"
Expand Down
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,25 @@ Mã nguồn cho từ điển dành cho máy đọc sách Kindle. Để sử dụ

## Ghi chú

## Thực hiện

- Setup môi trường

`make setup`

- Test môi trường

`make test`

- Build mẫu vài từ điển

`make sample`

- Build tất cả từ điển

`make all`


### SSH Private Key

- Khi tạo khởi động CodeSpace để dev, thực hiện lệnh sau để đồng bộ SSH Private Key từ CodeSpace secret vào SSH Agent
Expand Down

0 comments on commit b76b58d

Please sign in to comment.