Skip to content

Commit

Permalink
Notes on README generation.
Browse files Browse the repository at this point in the history
  • Loading branch information
natm committed Feb 21, 2024
1 parent 2729beb commit 02c3627
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .learning-meta/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,15 @@ To setup up your dev environment;
python3 -m venv .venv
source .venv/bin/activate
pip3 install -r .learning-meta/requirements.txt
```
```

Generate the README manually locally:

```python
.learning-meta/regenerate.py
```

The README is auto-committed by Github when...

- A push is made to `.learning-meta/**` on the `develop` branch
- Once a day at 3am.

0 comments on commit 02c3627

Please sign in to comment.