Skip to content

Commit

Permalink
update quick start
Browse files Browse the repository at this point in the history
  • Loading branch information
WineChord committed Aug 31, 2023
1 parent 6b4653c commit 36dfd49
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 494 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ The tRPC-Go framework is the Golang version of the company's unified microservic

Refer to [trpc-group/trpc-go-cmdline](https://github.com/trpc-group/trpc-go-cmdline) for installation and usage.

## Quick Start

After installing the [trpc-go-cmdline]((https://github.com/trpc-group/trpc-go-cmdline)) tool, read and execute the [Quick Start]((https://github.com/trpc-group/trpc-go-cmdline#quick-start)) guide. For the corresponding implementation, you can refer to [examples/helloworld]((/examples/helloworld)).

## Service Protocol

- The trpc framework supports any third-party protocol and defaults to trpc and http protocols
Expand Down
4 changes: 4 additions & 0 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ tRPC-Go 框架是公司统一微服务框架的 golang 版本,主要是以高

参考 [trpc-group/trpc-go-cmdline](https://github.com/trpc-group/trpc-go-cmdline) 进行安装及使用。

## 快速上手

在安装好 [trpc-go-cmdline](https://github.com/trpc-group/trpc-go-cmdline) 工具后,阅读并执行[快速上手](https://github.com/trpc-group/trpc-go-cmdline#quick-start),对应的实现可参考 [examples/helloworld](/examples/helloworld)

## 服务协议

- trpc 框架支持任意的第三方协议,同时默认支持了 trpc 和 http 协议
Expand Down
248 changes: 0 additions & 248 deletions docs/quick_start.md

This file was deleted.

Loading

0 comments on commit 36dfd49

Please sign in to comment.