Skip to content

Commit

Permalink
Mention initializing sqlite db in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-k committed Apr 3, 2023
1 parent 95b8e32 commit 9d187a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion media/website/content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,8 @@ cargo install bunyan
```bash
git clone git@github.com:ALU-Schumacher/AUDITOR.git
cd AUDITOR
./scripts/db_init.sh
./scripts/init_db.sh
./scripts/init_slurm_collector_sqlite.sh
cargo run
```

Expand Down

0 comments on commit 9d187a0

Please sign in to comment.