1. 首页
  2. 考试认证
  3. 其它
  4. Hbci4jruby web安装与贡献指南

Hbci4jruby web安装与贡献指南

上传者: 2024-12-22 12:40:29上传 ZIP文件 7.04KB 热度 8次

Hbci4jruby::Web 待办事项:

  1. 安装

  2. 将此行添加到应用程序的 Gemfile 中:

    ```ruby

    gem 'hbci4jruby-web'

    ```

  3. 然后执行:

    ```bash

    $ bundle

    ```

  4. 或者自己安装:

    ```bash

    $ gem install hbci4jruby-web

    ```

  5. 用法

TODO:在这里写使用说明

  1. 贡献

  2. 分叉它( )

  3. 创建您的功能分支:

    ```bash

    git checkout -b my-new-feature

    ```

  4. 提交您的更改:

    ```bash

    git commit -am 'Add some feature'

    ```

  5. 推送到分支:

    ```bash

    git push origin my-new-feature

    ```

  6. 创建一个新的拉取请求"

下载地址
用户评论