Skip to content

Commit

Permalink
typos and doc updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Rémi Laurent committed May 24, 2018
1 parent baa3a33 commit ad5a6b8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
## 0.2.0
- Added many library options
- Added many library options
- queue support, start_at support, durable_support
- updated documentation to reflect this
- updated documentation to reflect this

## 0.1.2
- Added bitbucket pipeline artifact push
- Added bitbucket pipeline artifact push

## 0.1.1
- Added bitbucket build pipeline
- Added bitbucket build pipeline

## 0.1.0
- Plugin created with the logstash plugin generator
- Plugin created with the logstash plugin generator
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,10 @@ output {
- To get started, you'll need JRuby (we'll use RVM, adapt GPG key id if needed)

```sh
curl -sSL https://get.rvm.io | bash -s stable
gpg --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3
curl -sSL https://get.rvm.io | bash -s stable

source /etc/profile.d/rvm.sh

rvm install jruby
rvm use jruby
Expand All @@ -80,8 +82,6 @@ bundle install

```sh
gem build logstash-input-nats_streaming.gemspec
gem install bundler
bundle install
```

### 2. Running your unpublished Plugin in Logstash
Expand All @@ -92,7 +92,7 @@ gem build logstash-input-nats_streaming.gemspec
```
- Install the plugin from the Logstash home, example:
```sh
bin/logstash-plugin install logstash-input-nats_streaming-0.1.1.gem
bin/logstash-plugin install logstash-input-nats_streaming-0.2.0.gem
```
- Start Logstash and proceed to test the plugin

Expand Down

0 comments on commit ad5a6b8

Please sign in to comment.