diff --git a/_includes/setup-instructions.html b/_includes/setup-instructions.html new file mode 100644 index 0000000..a35e68c --- /dev/null +++ b/_includes/setup-instructions.html @@ -0,0 +1,40 @@ + +{% assign setup-instructions_repo = include.repo | default: eosio %} +{% assign setup-instructions_dist = include.distribution | default: "`lsb_release -cs`" %} + +{% if include.collapse %} +
First you need to make sure some packages are installed and that our gpg key is added to apt:
Then you can add one or more of your repositories:
+ +{% include apt-add.html + repo=setup-instructions_repo + distribution=setup-instructions_dist + components="stable" + update=true %} + +The url is structures as follows:
+ +{% highlight html %} +https://{{ site.apt.domain }}/
+ one repository, distribution and one or more components needs to be specified.
+ These are explained in detail here
+