diff options
| author | 2022-11-02 09:04:23 +0100 | |
|---|---|---|
| committer | 2022-11-02 09:04:23 +0100 | |
| commit | 29a71cf828e90f89385d9b6bd2e68a1490a187c9 (patch) | |
| tree | 0a2adcec3e824e373950580f154dff3c2a24ecfc /CONTRIBUTING.md | |
| parent | [bugfix] create admin_account_actions table in tx (#940) (diff) | |
| download | gotosocial-29a71cf828e90f89385d9b6bd2e68a1490a187c9.tar.xz | |
[frontend] Fix #923 and markdown css (#925)
* fix url in CONTRIBUTING.md
* prevent img from overflow and allow to center the img
* fix #923 and guide browser to select entire username
Diffstat (limited to 'CONTRIBUTING.md')
| -rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d53c670be..0633f58d0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -146,7 +146,7 @@ yarn run dev The Pinafore instance will start running on `localhost:4002`. -To connect to the testrig, navigate to `https://localhost:4002` and enter your instance name as `localhost:8080`. +To connect to the testrig, navigate to `http://localhost:4002` and enter your instance name as `localhost:8080`. At the login screen, enter the email address `zork@example.org` and password `password`. You will get a confirmation prompt. Accept, and you are logged in as Zork. |
