mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-12 04:15:30 +00:00
Add logo to readme and start writing instructions
This commit is contained in:
parent
19b36e5813
commit
c8cd4a66ca
2 changed files with 26 additions and 1 deletions
BIN
.github/images/logo.png
vendored
Normal file
BIN
.github/images/logo.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 31 KiB |
27
README.md
27
README.md
|
|
@ -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
|
||||
```
|
||||
Loading…
Reference in a new issue