Skip to content

Commit 37719a8

Browse files
committed
#1290, add getting started section in Contributing.md
1 parent 7264d5c commit 37719a8

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

CONTRIBUTING.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### Getting started
2+
3+
Follow the instructions for [installing onefetch from source](https://github.com/o2sh/onefetch/wiki/Installation#build-from-source).
4+
15
### Adding support for a new language
26

37
Adding support for a new Language consists in adding a new entry to [language.yaml](./languages.yaml) and filling it in with the right data.
@@ -39,11 +43,11 @@ CSharp: # required, this will be the name of the enum variant for the language a
3943
- magenta
4044
- white
4145
hex: # optional, alternative to basic colors for terminals that support true colour.
42-
- '#9B4F97'
43-
- '#67217A'
44-
- '#803788'
45-
- '#FFFFFF'
46-
chip: '#178600' # required, this is used for the language breakdown bar, its value can be found in linguist (link 2).
46+
- "#9B4F97"
47+
- "#67217A"
48+
- "#803788"
49+
- "#FFFFFF"
50+
chip: "#178600" # required, this is used for the language breakdown bar, its value can be found in linguist (link 2).
4751
serialization: c# # required only if the Enum name `CSharp` doesn't match the display name `C#`
4852
```
4953

0 commit comments

Comments
 (0)