Sha256: ecec7ba436558df5d6dbd0e229b490cf24a5791bd59d7805612c1aad4204e02f
Contents?: true
Size: 935 Bytes
Versions: 6
Compression:
Stored size: 935 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 git@github.com:rbuchberger/jekyll_picture_tag.git $ cd jekyll_picture_tag $ direnv allow $ asdf install $ bundle install --binstubs ``` ### Without asdf & direnv ```sh $ git clone git@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
6 entries across 6 versions & 1 rubygems