openshift-evangelists / oc-cluster-wrapper

oc cluster up bash wrapper
Apache License 2.0
144 stars 72 forks source link

Replace "/home/$HOME/" with "$HOME" in installation section for Linux #69

Closed LalatenduMohanty closed 7 years ago

LalatenduMohanty commented 7 years ago
# echo 'PATH=$HOME/oc-cluster-wrapper:$PATH' >> $HOME/.bash_profile

# echo 'export PATH' >> /home/$HOME/.bash_profile
-bash: /home//root/.bash_profile: No such file or directory
# echo $HOME
/root
# echo 'export PATH' >> $HOME/.bash_profile