mirror of
https://github.com/eosswedenorg/apt
synced 2026-06-19 05:00:04 +02:00
index.md: minor change.
This commit is contained in:
parent
e32d0bb761
commit
7af5bd3f2b
1 changed files with 5 additions and 5 deletions
10
index.md
10
index.md
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
The repository is hosted on [{{ site.apt.url }}]({{ site.apt.url }})
|
The repository is hosted on [{{ site.apt.url }}]({{ site.apt.url }})
|
||||||
|
|
||||||
### Setup
|
## Setup
|
||||||
|
|
||||||
First you must add our `gpg` key to `apt`:
|
First you must add our `gpg` key to `apt`:
|
||||||
|
|
||||||
|
|
@ -25,11 +25,11 @@ The url is structures as follows:
|
||||||
one `repository` and one or more `components` needs to be specified. These are explained below.
|
one `repository` and one or more `components` needs to be specified. These are explained below.
|
||||||
|
|
||||||
|
|
||||||
### Contents
|
## Contents
|
||||||
|
|
||||||
Here is a list of different repositories we provide. Each repository has 3 different components described below.
|
Here is a list of different repositories we provide. Each repository has 3 different components described below.
|
||||||
|
|
||||||
#### Components
|
### Components
|
||||||
|
|
||||||
| Name | Description |
|
| Name | Description |
|
||||||
| ------- | ---------------------------------------------------------------------------------------------------------- |
|
| ------- | ---------------------------------------------------------------------------------------------------------- |
|
||||||
|
|
@ -37,13 +37,13 @@ Here is a list of different repositories we provide. Each repository has 3 diffe
|
||||||
| edge | Development releases that may or may not work as expected. Do not use in production evironment |
|
| edge | Development releases that may or may not work as expected. Do not use in production evironment |
|
||||||
| testing | Cutting edge releases, everything ends up here first to be tested before being moved to `edge` or `stable` |
|
| testing | Cutting edge releases, everything ends up here first to be tested before being moved to `edge` or `stable` |
|
||||||
|
|
||||||
#### Repositories
|
### Repositories
|
||||||
|
|
||||||
{% for repo in site.repos %}
|
{% for repo in site.repos %}
|
||||||
* [{{ repo.name }}]({{ repo.url | relative_url }}) - {{ repo.description }}
|
* [{{ repo.name }}]({{ repo.url | relative_url }}) - {{ repo.description }}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
### Example
|
## Example
|
||||||
|
|
||||||
To add the `stable` `eosio` repository the following command will do:
|
To add the `stable` `eosio` repository the following command will do:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue