Add logo to readme and start writing instructions

This commit is contained in:
bkellam 2024-09-07 15:51:36 -07:00
parent 19b36e5813
commit c8cd4a66ca
2 changed files with 26 additions and 1 deletions

BIN
.github/images/logo.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

View file

@ -1 +1,26 @@
# Sourcebot
<div align="center">
<img
src=".github/images/logo.png"
width="80%"
height="80%"
/>
</div>
## About
todo
## Getting Started
1. Clone the repo
```sh
git clone https://github.com/TaqlaAI/sourcebot.git
```
2.
Run the image from github
```sh
docker run -d -p 3000:3000 --name sourcebot -v $(pwd):/data ghcr.io/taqlaai/sourcebot:main
```