From 03ac8d3bf15400123e1d84f7453bb0e1f4131ec3 Mon Sep 17 00:00:00 2001 From: retoor Date: Mon, 25 Nov 2024 22:41:34 +0000 Subject: [PATCH] fix: remove stray backtick from README code block marker in setup instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d0b50a0..adaccdb 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ source ./venv/bin/activate You don't have to use more than make. If you just run `make` all statistics will be generated. It will execute the right apps for generating statistics. ### Applications If you type `dr.` in terminal and press tab you'll see all available apps auto completed. These applications are also used by make. -``` + 1. `dr.sync` synchronizes all data from last two weeks from devrant. Only two weeks because it's rate limited. 2. `dr.dataset` exports all data to be used for LLM embedding., don't forget to execute `dr.sync` first. 3. `dr.stats_all` exports all graphs to export folder, don't forget to execute `dr.sync` first.