Skip to content

Commit 8df0f3f

Browse files
committed
updated the documentation: An additional step is required to enable GitHub workflows on a forked repo
1 parent 942d10f commit 8df0f3f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@ This project uses [kivy](https://kivy.org/), which also supports android and iOS
1111
# How to use this repo
1212

1313
1. Fork this repo
14-
2. Edit [src/main.py](/src/main.py) as needed
15-
3. Add any required python modules to [requirements.txt](/requirements.txt)
14+
1. On your forked repo, go to the "Actions" tab and click "I understand my workflows, go ahead and enable them" to enable GitHub workflows
15+
1. Edit [src/main.py](/src/main.py) as needed
16+
1. Add any required python modules to [requirements.txt](/requirements.txt)
1617

1718
When you push git commits to github on master, github will automatically spin up containers in the cloud and build your application's executables for all target platforms.
1819

0 commit comments

Comments
 (0)