Skip to content

Commit a5f4314

Browse files
committed
Update Getting Started
1 parent 18a9bfa commit a5f4314

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

docs/Getting Started.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,13 @@ You can easily install `pluto` and `plutoc` via Chocolatey as follows:
2424
choco install plutolang
2525
```
2626

27-
Note that the Chocolatey Community Repository may not always have the latest Pluto release due to their review process. So, if you want to be on the cutting edge, you might want to add our repository (Chocolatey 2.0.0 or above required):
28-
```
29-
choco source add -n "Calamity, Inc." -s https://choco.calamity.gg/index.json
30-
```
31-
3227
### APT Repository
3328

3429
You can easily install Pluto via APT as follows:
3530

3631
```
37-
wget -qO- https://deb.calamity.gg/key.gpg | sudo tee /usr/share/keyrings/calamity-inc.gpg > /dev/null
38-
echo "deb [arch=amd64 signed-by=/usr/share/keyrings/calamity-inc.gpg] https://deb.calamity.gg/ buster main" | sudo tee /etc/apt/sources.list.d/calamity-inc.list > /dev/null
32+
wget -qO- https://calamity-inc.github.io/deb-repo/key.gpg | sudo tee /usr/share/keyrings/calamity-inc.gpg > /dev/null
33+
echo "deb [arch=amd64 signed-by=/usr/share/keyrings/calamity-inc.gpg] https://calamity-inc.github.io/deb-repo/ buster main" | sudo tee /etc/apt/sources.list.d/calamity-inc.list > /dev/null
3934
sudo apt update
4035
sudo apt install pluto
4136
```

0 commit comments

Comments
 (0)