Skip to content

Commit 62a5b40

Browse files
committed
Add instructions for enabling GitHub mode in MyCoder
- Added 'mycoder config set githubMode true' instructions to all OS guides - Explained the benefits of enabling GitHub mode - Added verification command
1 parent fcf1739 commit 62a5b40

File tree

3 files changed

+42
-0
lines changed

3 files changed

+42
-0
lines changed

docs/getting-started/linux.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,20 @@ This guide will help you set up MyCoder on Linux.
9494
- Manage GitHub workflows
9595

9696
This is especially useful if you plan to contribute to MyCoder or related projects.
97+
98+
**Enable GitHub Mode in MyCoder**:
99+
100+
After installing the GitHub CLI, enable GitHub mode in MyCoder for enhanced GitHub integration:
101+
102+
```bash
103+
# Enable GitHub mode
104+
mycoder config set githubMode true
105+
106+
# Verify configuration
107+
mycoder config get githubMode
108+
```
109+
110+
With GitHub mode enabled, MyCoder can create issues, branches, and pull requests directly through the GitHub CLI.
97111

98112
## Installation
99113

docs/getting-started/macos.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,20 @@ This guide will help you set up MyCoder on macOS.
9595
- Manage GitHub workflows
9696

9797
This is especially useful if you plan to contribute to MyCoder or related projects.
98+
99+
**Enable GitHub Mode in MyCoder**:
100+
101+
After installing the GitHub CLI, enable GitHub mode in MyCoder for enhanced GitHub integration:
102+
103+
```bash
104+
# Enable GitHub mode
105+
mycoder config set githubMode true
106+
107+
# Verify configuration
108+
mycoder config get githubMode
109+
```
110+
111+
With GitHub mode enabled, MyCoder can create issues, branches, and pull requests directly through the GitHub CLI.
98112

99113
## Installation
100114

docs/getting-started/windows.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,20 @@ This guide will help you set up MyCoder on Windows.
5656
- Manage GitHub workflows
5757
5858
This is especially useful if you plan to contribute to MyCoder or related projects.
59+
60+
**Enable GitHub Mode in MyCoder**:
61+
62+
After installing the GitHub CLI, enable GitHub mode in MyCoder for enhanced GitHub integration:
63+
64+
```
65+
# Enable GitHub mode
66+
mycoder config set githubMode true
67+
68+
# Verify configuration
69+
mycoder config get githubMode
70+
```
71+
72+
With GitHub mode enabled, MyCoder can create issues, branches, and pull requests directly through the GitHub CLI.
5973
6074
## Installation
6175

0 commit comments

Comments
 (0)