getting-symbiflow.rst: Clarified download location
Clarifies that the conda_installer.sh script should be downloaded into the git repository. By habit, I place downloaded scripts into the ~/Downloads directory, and avoid adding non-repo files to repositories. However, when I did that I ended up with some difficult to diagnose bugs several steps later. It was only on carefully rereading the instructions I realized what I ought to have done. The intention of this change is to make clear to other new users that they ought to place conda_installer.sh into the git repo directory. Signed-off-by: Alan Green <alan.green@gmail.com>
This commit is contained in:
parent
848291da54
commit
d2a1004cd4
|
@ -57,7 +57,7 @@ into three steps:
|
|||
Conda
|
||||
~~~~~
|
||||
|
||||
Download Conda installer script:
|
||||
Download Conda installer script into the symbiflow-examples directory:
|
||||
|
||||
.. code-block:: bash
|
||||
:name: wget-conda
|
||||
|
|
Loading…
Reference in New Issue