From 15290034a6e7983597c90e8b70173101e47c348e Mon Sep 17 00:00:00 2001 From: Lars Hvam <5888506+larshp@users.noreply.github.com> Date: Mon, 4 Aug 2025 17:54:39 +0200 Subject: [PATCH] README.md: fix spaces in copy paste function --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index af9605d..7a9437c 100644 --- a/README.md +++ b/README.md @@ -104,15 +104,15 @@ Run the application from the command line using the instruction below. ### Installation 1) Clone repository ```shell script - git clone https://github.com/epam/OSCI.git +git clone https://github.com/epam/OSCI.git ``` 1) Go to project directory ```shell script - cd OSCI +cd OSCI ``` 1) Install requirements ```shell script - pip install -r requirements.txt +pip install -r requirements.txt ``` ### Configuration @@ -122,15 +122,15 @@ A sample file [`default.yml`](osci/config/files/default.yml) is included, please ### Sample run 1) Run script to download data from archive (for example for 01 January 2020) ```shell script - python3 osci-cli.py get-github-daily-push-events -d 2020-01-01 +python3 osci-cli.py get-github-daily-push-events -d 2020-01-01 ``` 1) Run script to add company field (matched by domain) (for example for 01 January 2020) ```shell script - python3 osci-cli.py process-github-daily-push-events -d 2020-01-01 +python3 osci-cli.py process-github-daily-push-events -d 2020-01-01 ``` 1) Run script to add company field (matched by domain) (for example for 01 January 2020) ```shell script - python3 osci-cli.py daily-osci-rankings -td 2020-01-02 +python3 osci-cli.py daily-osci-rankings -td 2020-01-02 ``` ## OSCI Versioning