Skip to content

Commit a395d45

Browse files
[docs] update getting started guide links
1 parent 7360ab1 commit a395d45

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

docs/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default_version=v12.1
55

66
# Maps target directory name to branch
77
declare -A versions_map=(
8-
[v12.1]=v12.1
8+
[v12.1]=v12.1-docs
99
[v12.0]=v12.0
1010
[v11.2]=v11.2-docs
1111
[v11.1]=v11.1-docs

docs/static/getting-started.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ Download the latest stable toolchain release below:
1212
1313
* Windows: `CEdev-Windows.zip <https://github.com/CE-Programming/toolchain/releases/latest/download/CEdev-Windows.zip>`__
1414
* Linux: `CEdev-Linux.tar.gz <https://github.com/CE-Programming/toolchain/releases/latest/download/CEdev-Linux.tar.gz>`__
15-
* macOS: `CEdev-macOS.dmg <https://github.com/CE-Programming/toolchain/releases/latest/download/CEdev-macOS.dmg>`__
15+
* macOS *arm*: `CEdev-macOS-arm.dmg <https://github.com/CE-Programming/toolchain/releases/latest/download/CEdev-macOS-arm.dmg>`__
16+
* macOS *intel*: `CEdev-macOS-intel.dmg <https://github.com/CE-Programming/toolchain/releases/latest/download/CEdev-macOS-intel.dmg>`__
1617

1718
..
1819
@@ -32,13 +33,13 @@ If you would rather try the "nightly" build (which includes the latest features
3233

3334
* Extract the archive to a path **without any spaces**, e.g. :code:`/home/user/CEdev`.
3435

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:
3738

3839
.. indent with spaces
3940
.. code-block:: bash
4041
41-
export PATH=/<insert path here>/CEdev/bin:$PATH
42+
export PATH=/<insert path to the CEdev folder here>/CEdev/bin:$PATH
4243
4344
.. caution::
4445

0 commit comments

Comments
 (0)