Skip to content

Commit b105e8a

Browse files
488 remove reference to access token from docs (#494) (#495)
Co-authored-by: Adam Goyer <1908555+AdamGoyer@users.noreply.github.com>
1 parent 05455db commit b105e8a

2 files changed

Lines changed: 1 addition & 20 deletions

File tree

.github/workflows/go.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ jobs:
2929
run: go build
3030

3131
- name: Test
32-
env:
33-
PLEX_ACCESS_TOKEN: ${{ secrets.PLEX_ACCESS_TOKEN }}
3432
run: go test ./... -v
3533

3634
- name: Run Equibind
@@ -44,5 +42,3 @@ jobs:
4442
echo "Docked files found:"
4543
find . -name '*docked.sdf' | grep 'docked.sdf'
4644
fi
47-
env:
48-
PLEX_ACCESS_TOKEN: ${{ secrets.PLEX_ACCESS_TOKEN }}

docs/docs/getting-started/install-plex.md

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@ Let's get started!
3030

3131
**Requirements:**
3232

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

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

72-
### 3. Add an access token
73-
74-
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.
75-
76-
Type the following command into your command line, replacing "< your token here >" with the provided access token:
77-
78-
```
79-
export PLEX_ACCESS_TOKEN=<your token here>
80-
```
81-
82-
It is expected that after pressing **Enter**, **there will NOT be a notification** in your terminal (i.e. *nothing will happen*).
83-
84-
### 4. [Linux only] Allow download of large results
69+
### 3. [Linux only] Allow download of large results
8570

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

0 commit comments

Comments
 (0)