From 3e9ec3c0c538a1cc3333b66852e0acd38ab6c7b1 Mon Sep 17 00:00:00 2001 From: Daniel Thoren Date: Thu, 8 Apr 2021 15:43:32 +0200 Subject: [PATCH] :memo: add oneline / buildscript documentation --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 40fe186..c479446 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,8 @@ ## Repo Roadmap * [x] 2021Q1: ~Gitmoji -> (general) Methodology~ :white_check_mark: -* [ ] 2021Q2: Development Methodology +* [ ] 2021Q2: Development Methodology + * [x] Oneliner run commands * [ ] Git (Branching, Merging and Pull Requests) * [ ] [OpenStack](https://docs.openstack.org/hacking/latest/user/hacking.html#styleguide): Linting and Pre-commit Hooks * [ ] 2021Q3: Organize other methodology better @@ -40,6 +41,16 @@ In your commit message use the format `:gitmoji: `. Only propper Missing a gitmoji? Get [inspiration](https://gist.github.com/rxaviers/7360908). Submit an [issue](https://github.com/DannyDannyDanny/gitmoji/issues) (or [Pull Request](https://github.com/DannyDannyDanny/gitmoji/pulls)). +## Oneliner install and run +The readme must contain a one-liner code that +```bash +git clone https://github.com/user/repo.git cool-user-repo-oneline && cd cool-user-repo-oneline +pipenv install +pipenv run python . +#cd .. && rm -rf cool-user-repo-online +``` + + ## Git Branching > Coming soon! 🚧