1. 首页
  2. 考试认证
  3. 其它
  4. identity linker使用Cru的身份链接系统Gem

identity linker使用Cru的身份链接系统Gem

上传者: 2024-11-10 23:44:36上传 ZIP文件 5.61KB 热度 1次

身份链接器待办事项:

  1. 安装

将以下行添加到应用程序的Gemfile中:

```ruby

gem 'identity_linker'

```

然后执行:

```bash

$ bundle

```

或者单独安装:

```bash

$ gem install identity_linker

```

  1. 用法

TODO:在此处编写使用说明。

  1. 贡献

  2. 创建您的功能分支:

```bash

git checkout -b my-new-feature

```

  1. 提交更改:

```bash

git commit -am 'Added some feature'

```

  1. 推送到分支:

```bash

git push origin my-new-feature

```

  1. 创建新的拉取请求。
用户评论