Skip to content

Commit 88ec47e

Browse files
committed
update README.md
1 parent 43d2432 commit 88ec47e

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

README.md

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,15 @@ This is the [community maintained](https://github.com/cdist-community)
44
fork of [ungleich](https://github.com/ungleich)'s [cdist](https://github.com/ungleich/cdist)
55
(after [f061fb1](https://github.com/ungleich/cdist/commit/f061fb168ddacc894cb6e9882ff5c8ba002fadd8)).
66

7-
Work is split between four repositories:
7+
Work is mostly split between three main repositories:
88

9-
* [cdist](https://github.com/cdist-community/cdist) - documentation, project wide issues etc.
10-
* [cdist-core](https://github.com/cdist-community/cdist-core) - implementation of the **cdist core**.
9+
* [cdist-core](https://github.com/cdist-community/cdist-core) - implementation of the **cdist core** and quick **getting started** bits.
1110
* **cdist-conf** - **essential** explorers and types (this repository).
1211
* [cdist-extra](https://github.com/cdist-community/cdist-extra) - **non-essential** explorers, types, scripts, tools etc.
1312

14-
Difference between essential and non-essential? Explorers and types which are
15-
used to manage state of the operating system (modify files and directories,
16-
install packages, manage services, etc.) and are not strictly related to some
17-
specific piece of software are considered essential.
13+
## Essential vs non-essential?
1814

19-
## Getting Started
20-
21-
See [cdist](https://github.com/cdist-community/cdist) repository.
15+
Explorers and types which are used to manage state of the operating system
16+
(modify files and directories, install packages, manage services etc.) and are
17+
not strictly related to some specific piece of software are considered
18+
essential.

0 commit comments

Comments
 (0)