Skip to content

Commit

Permalink
add before push instructions to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hnthh committed Dec 25, 2023
1 parent 1d0a7b8 commit 7f2bece
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions {{ cookiecutter.name }}/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,16 @@ Install requirements:
poetry install
```

Before `git push` remote:

```bash
git init

git add --force .github/actions/build/action.yml

# other git commands
```

Run the server:

```bash
Expand Down

0 comments on commit 7f2bece

Please sign in to comment.