Skip to content

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
and ensure /secrets/ exists

Signed-off-by: Andrew Berezovskyi <andriib@kth.se>
  • Loading branch information
berezovskyi committed Jul 16, 2023
1 parent b403636 commit 592e7a8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ zig-out/
/logs/
/scratch/
/data/
/secrets/
/secrets/*
!/secrets/.gitkeep
docker-compose.yml
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
## Getting started

```sh
cp docker-compose.yml.sample docker-compose.yml
mkdir data/
(cd data/ && git clone git@github.com:berezovskyi/zig-irc-logs.git repo)
#ssh-keygen -f secrets/id_ed25519 -t ed25519
ssh-keygen -f secrets/id_ed25519 -t ed25519
zig build -Dtarget=x86_64-linux && docker-compose up
```
Empty file added secrets/.gitkeep
Empty file.

0 comments on commit 592e7a8

Please sign in to comment.