Skip to content

Commit 358287e

Browse files
vim-zzBenLloydPearson
authored andcommitted
added python 3
1 parent 92575f2 commit 358287e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/github-installation.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,9 @@ Follow these steps to ensure gitStream runs on self-hosted GitHub Actions runner
129129
1. **Configure Self-Hosted Runners**
130130
- Set up self-hosted runners for your GitHub organization or repository. Refer to GitHub documentation on [self-hosted runners](https://docs.github.com/en/actions/hosting-your-own-runners) and [using them in a workflow](https://docs.github.com/en/actions/hosting-your-own-runners/managing-self-hosted-runners/using-self-hosted-runners-in-a-workflow) for detailed instructions.
131131

132-
2. **Install Git on Self-Hosted Runners**
133-
- Ensure Git is installed on your self-hosted runners. Git is a necessary dependency for gitStream. Installation instructions can be found [here](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git).
132+
2. **Prerequisites for Self-Hosted Runners**
133+
- Git: Installation instructions can be found [here](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git).
134+
- Python 3.x
134135

135136
3. **Update GitHub Actions Configuration**
136137
- Modify the gitStream GitHub Actions workflow file (`.github/workflows/gitstream.yml`) to specify self-hosted runners:

0 commit comments

Comments
 (0)