Skip to content

Commit 62a141e

Browse files
committed
Make slicer activate less obvious
We now use static Polar keys for most people Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
1 parent a92466f commit 62a141e

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/getting-started/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The installer sets up [Firecracker](https://firecracker-microvm.github.io), [QEM
3030

3131
If you have a subscription for Slicer Individual, Team or Platform, then you'll have received a license key via email. Save it to `~/.slicer/LICENSE`. This license will not expire, so long as your subscription remains active.
3232

33-
If you're paying for Slicer Individual via GitHub Sponsors, then after installation, you should run `slicer activate` to link your GitHub account to your Slicer installation. The keys for sponsors last for 30 days, but can be refreshed using the same command.
33+
> Note for GitHub Sponsors (not Polar): after installation, you should run `slicer activate` to link your GitHub account to your Slicer installation. The keys for sponsors last for 30 days, but can be refreshed using the same command.
3434
3535
Next, start your first VM with the [walk through](/getting-started/walkthrough).
3636

docs/mac/installation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ curl -sLS https://get.slicervm.com | sudo bash
1616

1717
If you have a subscription for Slicer Individual, Team or Platform, then you'll have received a license key via email. Save it to `~/.slicer/LICENSE`. This license will not expire, so long as your subscription remains active.
1818

19-
If you're paying for Slicer Individual via GitHub Sponsors, then after installation, you should run `slicer activate` to link your GitHub account to your Slicer installation. The keys for sponsors last for 30 days, but can be refreshed using the same command.
19+
> Note for GitHub Sponsors (not Polar): after installation, you should run `slicer activate` to link your GitHub account to your Slicer installation. The keys for sponsors last for 30 days, but can be refreshed using the same command.
2020
21-
Then use the CLI to install the Mac-specific binaries:
21+
Then use the CLI to install the Mac-specific binaries to `~/slicer-mac`:
2222

2323
```bash
24-
slicer install slicer-mac ~/slicer-mac
24+
slicer install slicer-mac
2525
```
2626

2727
The `slicer` command acts as an API client to Slicer for Mac. It'll automatically discover the socket at `~/slicer-mac/slicer.sock`, so you won't need to set `--url` or `SLICER_URL`.

0 commit comments

Comments
 (0)