From e21663027b678d284162d16e7ade78f526470a20 Mon Sep 17 00:00:00 2001 From: Jorge Orpinel Date: Mon, 6 Jan 2020 12:26:25 -0600 Subject: [PATCH] install: add resourcing shell rc file to linux notes --- public/static/docs/install/linux.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/public/static/docs/install/linux.md b/public/static/docs/install/linux.md index ead410a6d9..3c82a0d713 100644 --- a/public/static/docs/install/linux.md +++ b/public/static/docs/install/linux.md @@ -16,8 +16,9 @@ Depending on the type of the [remote storage](/doc/command-reference/remote) you plan to use, you might need to install optional dependencies: `[s3]`, `[azure]`, `[gdrive]`, `[gs]`, `[oss]`, `[ssh]`. Use `[all]` to include them all. -> Please restart your terminal if you get a `Command 'dvc' not found` error when -> trying to use `dvc` after installation. +> Please restart your terminal (or resource the shell configuration file e.g. +> `.bashrc`, `.profile`, `.zshrc`) if you get a `Command 'dvc' not found` error +> when trying to use `dvc` after installation.