Sha256: 0eac365edbd5deed95d0e9eb1d93739196d826c9396e7db70e8b093439efd6e4

Contents?: true

Size: 943 Bytes

Versions: 4

Compression:

Stored size: 943 Bytes

Contents

---
sort: 1
---

## Setup

I use [asdf](https://github.com/asdf-vm/asdf) and [direnv](https://direnv.net/) (via
[asdf-direnv](https://github.com/asdf-community/asdf-direnv)). They add convenience, but they aren't
required by any means.

### With asdf & direnv:

```sh
$ git clone https://github.com/rbuchberger/jekyll_picture_tag.git
$ cd jekyll_picture_tag
$ direnv allow
$ asdf install
$ bundle install --binstubs
```

### Without asdf & direnv

```sh
$ git clone https://github.com/rbuchberger/jekyll_picture_tag.git
$ cd jekyll_picture_tag
# Install the correct version of ruby, with the bundler gem.
$ bundle install
```

* The currently targeted ruby version can be found in the `.ruby-version` file in the project root;
  ensure your version manager of choice knows about it.
* If you add the project's `bin/` folder to your path, and run `bundle install --binstubs`, you won't
  have to use `bundle exec` for `rake` commands and such.

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
jekyll_picture_tag-2.1.2 docs/devs/contributing/setup.md
jekyll_picture_tag-2.1.1 docs/devs/contributing/setup.md
jekyll_picture_tag-2.1.0 docs/devs/contributing/setup.md
jekyll_picture_tag-2.0.4 docs/devs/contributing/setup.md