You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -32,13 +33,13 @@ If you would rather try the "nightly" build (which includes the latest features
32
33
33
34
* Extract the archive to a path **without any spaces**, e.g. :code:`/home/user/CEdev`.
34
35
35
-
* Extend the PATH environment variable to point to :code:`CEdev/bin` by modifying *.bashrc*, *.zshrc*, or whatever flavor the OS uses.
36
-
An example command may be:
36
+
* Extend the PATH environment variable to point to :code:`CEdev/bin` by modifying either the :code:`~/.zshrc` or :code:`~/.bashrc` in your home directory.
37
+
An example command that can be added would look similar to the following:
37
38
38
39
.. indent with spaces
39
40
.. code-block:: bash
40
41
41
-
export PATH=/<insert path here>/CEdev/bin:$PATH
42
+
export PATH=/<insert path to the CEdev folder here>/CEdev/bin:$PATH
0 commit comments