Skip to content

Commit

Permalink
Add logo to readme and start writing instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
brendan-kellam committed Sep 7, 2024
1 parent 19b36e5 commit c8cd4a6
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
Binary file added .github/images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 26 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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
```

0 comments on commit c8cd4a6

Please sign in to comment.