aboutsummaryrefslogtreecommitdiff
path: root/cli.py
diff options
context:
space:
mode:
authorGravatar SwiftyOS <craigswift13@gmail.com> 2023-09-26 12:39:38 +0200
committerGravatar SwiftyOS <craigswift13@gmail.com> 2023-09-26 12:39:53 +0200
commit3b909d2fd25edbec1e3f5710576647d776b0aa50 (patch)
tree4d9ad18b81f7775e3f1ed841e083e729f88d94c8 /cli.py
parentAdded SkillTreeType enum and implemented dropdown selection in SkillTreeView (diff)
downloadAuto-GPT-3b909d2fd25edbec1e3f5710576647d776b0aa50.tar.gz
Auto-GPT-3b909d2fd25edbec1e3f5710576647d776b0aa50.tar.bz2
Auto-GPT-3b909d2fd25edbec1e3f5710576647d776b0aa50.zip
updated github instructions
Diffstat (limited to 'cli.py')
-rw-r--r--cli.py9
1 files changed, 5 insertions, 4 deletions
diff --git a/cli.py b/cli.py
index 99b5ee3b0..a387833ed 100644
--- a/cli.py
+++ b/cli.py
@@ -178,21 +178,22 @@ d88P 888 "Y88888 "Y888 "Y88P" "Y8888P88 888 888
click.echo(
click.style("\t2. Navigate to https://github.com/settings/tokens", fg="red")
)
- click.echo(click.style("\t6. Click on 'Generate new token'.", fg="red"))
+ click.echo(click.style("\t3. Click on 'Generate new token'.", fg="red"))
+ click.echo(click.style("\t4. Click on 'Generate new token (classic)'.", fg="red"))
click.echo(
click.style(
- "\t7. Fill out the form to generate a new token. Ensure you select the 'repo' scope.",
+ "\t5. Fill out the form to generate a new token. Ensure you select the 'repo' scope.",
fg="red",
)
)
click.echo(
click.style(
- "\t8. Open the '.github_access_token' file in the same directory as this script and paste the token into this file.",
+ "\t6. Open the '.github_access_token' file in the same directory as this script and paste the token into this file.",
fg="red",
)
)
click.echo(
- click.style("\t9. Save the file and run the setup command again.", fg="red")
+ click.style("\t7. Save the file and run the setup command again.", fg="red")
)
if install_error:
click.echo(