Skip to content

Commit

Permalink
docs: update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
travis-thuanle committed Mar 11, 2024
1 parent b154f89 commit e3b276f
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<h2 align="center">
<img height="150" alt="Typing Mind - A better UI for ChatGPT" src="https://www.typingmind.com/banner.png" />
<br/>
TypingMind Plugins Server
Plugins Server
</h2>

[![Docker Image CI](https://github.com/travis-thuanle/typingmind-proxy/actions/workflows/docker-image.yml/badge.svg?branch=master)](https://github.com/travis-thuanle/typingmind-proxy/actions/workflows/docker-image.yml)
[![CodeQL](https://github.com/travis-thuanle/typingmind-proxy/actions/workflows/codeql.yml/badge.svg)](https://github.com/travis-thuanle/typingmind-proxy/actions/workflows/codeql.yml)
[![Build TypingMind Proxy](https://github.com/travis-thuanle/typingmind-proxy/actions/workflows/test.yml/badge.svg)](https://github.com/travis-thuanle/typingmind-proxy/actions/workflows/test.yml)
[![Docker Image CI](https://github.com/TypingMind/plugins-server/actions/workflows/docker-image.yml/badge.svg?branch=master)](https://github.com/TypingMind/plugins-server/actions/workflows/docker-image.yml)
[![CodeQL](https://github.com/TypingMind/plugins-server/actions/workflows/codeql.yml/badge.svg)](https://github.com/TypingMind/plugins-server/actions/workflows/codeql.yml)
[![Build TypingMind Proxy](https://github.com/TypingMind/plugins-server/actions/workflows/test.yml/badge.svg)](https://github.com/TypingMind/plugins-server/actions/workflows/test.yml)

## 🌟 Introduction

Expand Down Expand Up @@ -52,8 +52,9 @@ Let's say you want a plugin that fetches additional user profile data from an ex
### Step 1: Clone the Repository

```bash
git clone https://github.com/TypingMind/typingmind-plugins-server.git
cd typingmind-plugins-server
git clone https://github.com/TypingMind/plugins-server.git
cd plugins-server
npm ci
```

### Step 2: Environment Configuration
Expand Down

0 comments on commit e3b276f

Please sign in to comment.