mirror of
https://github.com/eosswedenorg/apt
synced 2026-06-16 04:34:56 +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 }})
|
||||
|
||||
### Setup
|
||||
## Setup
|
||||
|
||||
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.
|
||||
|
||||
|
||||
### Contents
|
||||
## Contents
|
||||
|
||||
Here is a list of different repositories we provide. Each repository has 3 different components described below.
|
||||
|
||||
#### Components
|
||||
### Components
|
||||
|
||||
| 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 |
|
||||
| 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 %}
|
||||
* [{{ repo.name }}]({{ repo.url | relative_url }}) - {{ repo.description }}
|
||||
{% endfor %}
|
||||
|
||||
### Example
|
||||
## Example
|
||||
|
||||
To add the `stable` `eosio` repository the following command will do:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue