There was an error while loading. Please reload this page.
1 parent 1176b74 commit 378058aCopy full SHA for 378058a
1 file changed
README.md
@@ -15,18 +15,6 @@ $ curl -sSL https://github.com/xp-runners/reference/releases/download/v9.2.0/xp-
15
# ...
16
```
17
18
-...and a Ubuntu/Debian package:
19
-
20
-```sh
21
-$ curl https://baltocdn.com/xp-framework/signing.asc | sudo apt-key add -
22
-$ echo 'deb https://baltocdn.com/xp-framework/xp-runners/reference/ all main' | sudo tee -a /etc/apt/sources.list.d/xp.list
23
-$ sudo apt-get install apt-transport-https --yes
24
25
-# ..and then:
26
-$ sudo apt-get update
27
-$ sudo apt-get install xp-runners
28
-```
29
30
Then, install the framework and you're all set to go:
31
32
```sh
0 commit comments