tangled
alpha
login
or
join now
jcs.org
/
sinatree
0
fork
atom
A skeleton web application configured to use Sinatra and ActiveRecord
0
fork
atom
overview
issues
pulls
pipelines
README: Update bundler instructions
jcs.org
1 year ago
96cee695
9ab7f766
+2
-1
1 changed file
expand all
collapse all
unified
split
README.md
+2
-1
README.md
···
20
20
21
21
Then install Bundler dependencies:
22
22
23
23
-
$ bundle install --path vendor/bundle
23
23
+
$ bundle config set --local path vendor/bundle
24
24
+
$ bundle install
24
25
25
26
Initialize a session secret key:
26
27