Skip to content

Commit

Permalink
docs(readme): Add contrib + trial guidelines
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdur-rahmaanJ committed Aug 24, 2022
1 parent 67f3cf3 commit caf72fb
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Expand Up @@ -8,6 +8,12 @@ A one-line statement programming language, complete with classes, cli and file c

![logo](docs/favicon.ico?raw=true 'greenBerry')


```
python -m pip install greenberry
greenberry file.gb
```

## contributing countries

🇲🇺 🇲🇾 🇸🇮 🇰🇪 🇺🇸 🇮🇳
Expand All @@ -24,6 +30,13 @@ A one-line statement programming language, complete with classes, cli and file c

Read [greenberry/theory_notes_simple.py](https://github.com/Abdur-rahmaanJ/greenBerry/blob/master/greenberry/theory_notes_simple.py)


```
python -m pip install -e .
python -m pip install -r reqs/dev.txt
pre-commit install
```

## 🌄 contribution areas

- syntax : propose new syntax or suggest improvements for existing one
Expand Down

0 comments on commit caf72fb

Please sign in to comment.