Skip to content

Commit

Permalink
488 remove reference to access token from docs (#494) (#495)
Browse files Browse the repository at this point in the history
Co-authored-by: Adam Goyer <1908555+AdamGoyer@users.noreply.github.com>
  • Loading branch information
acashmoney and AdamGoyer committed Jul 13, 2023
1 parent 05455db commit b105e8a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 20 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ jobs:
run: go build

- name: Test
env:
PLEX_ACCESS_TOKEN: ${{ secrets.PLEX_ACCESS_TOKEN }}
run: go test ./... -v

- name: Run Equibind
Expand All @@ -44,5 +42,3 @@ jobs:
echo "Docked files found:"
find . -name '*docked.sdf' | grep 'docked.sdf'
fi
env:
PLEX_ACCESS_TOKEN: ${{ secrets.PLEX_ACCESS_TOKEN }}
17 changes: 1 addition & 16 deletions docs/docs/getting-started/install-plex.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ Let's get started!

**Requirements:**

- [Get an access token here](https://try.labdao.xyz) (we'll email you automatically so you can use PLEX straight away).
- No previous technical experience - we’ll walk through each step.

---

## Install PLEX
Expand Down Expand Up @@ -69,19 +66,7 @@ If the installation is successful, you will see a large LabDAO logo appear on yo
speed={1.5}
/>

### 3. Add an access token

PLEX will prompt you for an access token - [you can get an access token here](https://try.labdao.xyz). We'll email you one automatically, so you can run a tool straight away.

Type the following command into your command line, replacing "< your token here >" with the provided access token:

```
export PLEX_ACCESS_TOKEN=<your token here>
```

It is expected that after pressing **Enter**, **there will NOT be a notification** in your terminal (i.e. *nothing will happen*).

### 4. [Linux only] Allow download of large results
### 3. [Linux only] Allow download of large results

If you recieve a warning about download speeds on Linux, then you can optionally paste the following command:

Expand Down

0 comments on commit b105e8a

Please sign in to comment.