This commit is contained in:
starlee 2021-01-15 15:08:05 +08:00
parent e75c6bbfed
commit b1ba3e9d09
1 changed files with 12 additions and 14 deletions

View File

@ -1,20 +1,18 @@
#### 从命令行创建一个新的仓库
## 欢迎关注OSSEAN
```bash
touch README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin https://git.trustie.net/starlee/OSSEAN.git
git push -u origin master
### 简介
OSSEAN (**O**pen **S**ource **S**oftware **E**valuating, **A**nalyzing, and **N**etworking) 是一个对全球开源社区进行异构数据实时采集、跨社区关联分析进而提供搜索、推荐和评估的开源软件监测与分析平台。
```
### 功能
#### 从命令行推送已经创建的仓库
#### 软件搜索
```bash
git remote add origin https://git.trustie.net/starlee/OSSEAN.git
git push -u origin master
#### 软件推荐
```
#### 软件评估
### 设计
### 贡献