Skip to content

Commit e26811b

Browse files
author
adrianbartyczak
committed
Update description in README.md
1 parent 4ad5d96 commit e26811b

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

Diff for: README.md

+13-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,18 @@
44
</div>
55
<br><br><br>
66

7-
**Gnu-linux-shell-use** is a foundation for GNU/Linux shell use.
7+
**Gnu-linux-shell-use** is a foundation for shell scripting in the GNU/Linux environment.
8+
9+
It is made up of four type of solutions:
10+
11+
1. Scripts
12+
2. Functions scripts
13+
3. One-liners
14+
4. Aliases
815

916
# Paradigms
1017

11-
It provides solutions in the following paradigms:
18+
All the solutions of **Gnu-linux-shell-use** exist in following paradigms. Each paradigm contains one to two examples:
1219

1320
## Application management
1421

@@ -88,6 +95,10 @@ Solutions for processing numbers
8895

8996
**Gnu-linux-shell-use** has an extension repository for solutions consisting of more than one file [here](https://github.com/computingfoundation/gnu-linux-shell-use.packaged-solutions).
9097

98+
# Code style guidelines
99+
100+
All the solutions in this repository follow [standard guidelines](https://github.com/computingfoundation/gnu-linux-shell-use/wiki).
101+
91102
# Contributing
92103

93104
If you would like to contribute, please ensure that your contribution adheres to the respective [guideline](https://github.com/computingfoundation/gnu-linux-shell-use/wiki). Here is a list of [needed solutions](https://github.com/computingfoundation/gnu-linux-shell-use/wiki/Needed-solutions); it can be used for ideas.

0 commit comments

Comments
 (0)