Skip to content

Commit 9bcc4dd

Browse files
committed
docs: add deepwiki docs reference
Signed-off-by: ferhat elmas <elmas.ferhat@gmail.com>
1 parent 8f2a769 commit 9bcc4dd

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
# Supabase Storage Engine
2-
3-
[![Coverage Status](https://coveralls.io/repos/github/supabase/storage/badge.svg?branch=master)](https://coveralls.io/github/supabase/storage?branch=master)
1+
# Supabase Storage Engine [![Coverage Status](https://coveralls.io/repos/github/supabase/storage/badge.svg?branch=master)](https://coveralls.io/github/supabase/storage?branch=master) [![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/supabase/storage)
42

53
A scalable, lightweight object storage service.
64

@@ -12,7 +10,6 @@ A scalable, lightweight object storage service.
1210
- Integrates with S3 Compatible Storages
1311
- Extremely lightweight and performant
1412

15-
1613
**Supported Protocols**
1714

1815
- [x] HTTP/REST
@@ -35,7 +32,7 @@ A scalable, lightweight object storage service.
3532

3633
```bash
3734
cp .env.sample .env && cp .env.test.sample .env.test
38-
````
35+
```
3936

4037
**Your root directory should now have both `.env` and `.env.test` files.**
4138

@@ -69,4 +66,3 @@ curl --location --request GET 'http://localhost:5000/bucket' \
6966
### Testing
7067

7168
To perform your tests you can run the following command: `npm test`
72-

0 commit comments

Comments
 (0)