Added alternative method to grabbing join link for projects

This commit is contained in:
youngchief btw ツ 2021-02-11 20:44:03 -08:00 committed by GitHub
parent 8171f70bb0
commit 90e4908a49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,4 +5,4 @@
Options
- **1.** Invite them using clicking their profile picture while they are viewing your project (DOESN'T WORK ON PRIVATE PROJECTS).
- **2.** Send them an invite link, which gives them access (editing, etc). To do this, go to the editor, click on the top left where it says 'Share', and there you go, send that invite link to them.
- **2.** Send them an invite link, which gives them access (editing, etc). To do this, go to the editor, click on the top left where it says 'Share', and there you go, send that invite link to them. (or do this in the terminal `echo $PROJECT_INVITE_TOKEN` then append the token to [https://glitch.com/edit/#!/join/](https://glitch.com/edit/#!/join/here ))