From 74f3b62f12ddf90de82eb903a30f33cc72128b69 Mon Sep 17 00:00:00 2001 From: Avinash A K Date: Thu, 8 Oct 2020 04:33:43 +0530 Subject: [PATCH] Update the bundle install command While using the `bundle install --path vendor/bundle` it is showing that it has been deprecated and will no longer work in future versions. Hence updated with newer command. --- docs/_docs/en/1.1-quick-start.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_docs/en/1.1-quick-start.md b/docs/_docs/en/1.1-quick-start.md index e9874da3d7b..dc7e1fddb82 100644 --- a/docs/_docs/en/1.1-quick-start.md +++ b/docs/_docs/en/1.1-quick-start.md @@ -107,7 +107,7 @@ If you want to run them them locally, you need first install Ruby and Jekyll, se After that, run bundler to install the dependencies: ```bash -bundle install --path vendor/bundle +bundle config set path 'vendor/bundle' ``` And also, TeXt offer [Docker](https://www.docker.com/) support for development and public, this make it easier to setup environment.