Browse Source

More clear wording on repositories page

Related to #8
pull/12/head
falkTX 7 years ago
parent
commit
e0e95dfe4a
1 changed files with 9 additions and 7 deletions
  1. +9
    -7
      Repositories.php

+ 9
- 7
Repositories.php View File

@@ -9,8 +9,13 @@ include_once("includes/header.php");
<div class="box box-description"> <div class="box box-description">
<p> <p>
The KXStudio repositories support all Debian versions since <b>Jessie</b> and Ubuntu <b>14.04</b> or above.<br/> The KXStudio repositories support all Debian versions since <b>Jessie</b> and Ubuntu <b>14.04</b> or above.<br/>
They should work on all Debian-based distributions and variants, but the way to enable them will differ.<br/>
After the repositories are enabled and the system updated, we recommend you to install the "kxstudio-default-settings" package.
They should work on all Debian-based distributions and variants.
</p>
<p>
Once you have the repos installed, you can either manually install individual packages from them or
add the meta-packages to automatically install large sets of recommended packages.<br/>
See the <a href="<?php echo $ROOT; ?>/Documentation:Repository:Meta-Packages">Meta-Packages</a> page for more details.<br/>
In either case, we always recommend to install the <b>kxstudio-default-settings</b> package after enabling the repositories.
</p> </p>
<p> <p>
You might also want to check: You might also want to check:
@@ -20,11 +25,8 @@ include_once("includes/header.php");
<li><a href="<?php echo $ROOT; ?>/Repositories:Plugins">Plugins in the repositories</a></li> <li><a href="<?php echo $ROOT; ?>/Repositories:Plugins">Plugins in the repositories</a></li>
</ul> </ul>
<p> <p>
Also consider taking a look at the
<a href="<?php echo $ROOT; ?>/Documentation:Repository:Meta-Packages">available meta-packages</a>
if you don't know what things to install just yet.
</p>
<p>
Bug reports and package requests should be posted in the
<a href="https://github.com/KXStudio/Repository/issues" target="_blank">Repository project page</a>.<br/>
Below is information on how to enable the repositories. Below is information on how to enable the repositories.
</p> </p>
</div> </div>


Loading…
Cancel
Save