Skip to content

Commit

Permalink
fix: struct
Browse files Browse the repository at this point in the history
  • Loading branch information
a5chin committed Jun 29, 2024
1 parent c168e91 commit 018920a
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ Specifically, you can solve this problem by following the steps below.
- [GitHub Actions](#github-actions)
- [Ruff](#ruff)
- [pre-commit](#pre-commit)
- [Install](#install)
- [Appendix](#appendix)
- [Install libraries](#install-libraries)
- [The structure of this repository](#the-structure-of-this-repository)

## Branches
Expand Down Expand Up @@ -109,7 +109,9 @@ rye run ruff check . --fix
hodolint Dockerfile
```

## Install
## Appendix

### Install libraries
Only sync based on the production lockfile (`requirements.lock`) instead of the development lockfile (`requirements-dev.lock`).

```sh
Expand All @@ -118,9 +120,11 @@ rye sync

# If you do not want dev dependencies to be installed
rye sync --no-dev

# Use the add command to add dependencies to your project
rye add {libraries}
```

## Appendix
### The structure of this repository
```
.
Expand Down

0 comments on commit 018920a

Please sign in to comment.