mirror of
https://github.com/eosswedenorg/apt
synced 2026-06-17 04:40:03 +02:00
index.md: list repositories before components.
This commit is contained in:
parent
cf99bef47b
commit
3004b85c61
1 changed files with 11 additions and 9 deletions
20
index.md
20
index.md
|
|
@ -27,15 +27,7 @@ one `repository` and one or more `components` needs to be specified. These are e
|
|||
|
||||
## Contents
|
||||
|
||||
Here is a list of different repositories we provide. Each repository has 3 different components described below.
|
||||
|
||||
### Components
|
||||
|
||||
| Name | Description |
|
||||
| ------- | ---------------------------------------------------------------------------------------------------------- |
|
||||
| stable | Releases that are properly tested and does not contain any experimental code |
|
||||
| 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` |
|
||||
Here is a list of different repositories we provide.
|
||||
|
||||
### Repositories
|
||||
|
||||
|
|
@ -43,6 +35,16 @@ Here is a list of different repositories we provide. Each repository has 3 diffe
|
|||
* [{{ repo.name }}]({{ repo.url | relative_url }}) - {{ repo.description }}
|
||||
{% endfor %}
|
||||
|
||||
### Components
|
||||
|
||||
Each repository has 3 different components described below.
|
||||
|
||||
| Name | Description |
|
||||
| ------- | ---------------------------------------------------------------------------------------------------------- |
|
||||
| stable | Releases that are properly tested and does not contain any experimental code |
|
||||
| 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` |
|
||||
|
||||
## Example
|
||||
|
||||
To add the `stable` `eosio` repository the following command will do:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue