Update Getting started authored by zkasmi's avatar zkasmi
...@@ -81,7 +81,7 @@ After cloning or downloading the RcdMathLib, the Eclipse version of the RcdMathL ...@@ -81,7 +81,7 @@ After cloning or downloading the RcdMathLib, the Eclipse version of the RcdMathL
Another method to use the RcdMathLib in the Eclipse IDE is: Another method to use the RcdMathLib in the Eclipse IDE is:
* Clone the whole: * Clone the whole:
~~~~~~~~ {.sh} ~~~~~~~~ {.sh}
git clone git@git.imp.fu-berlin.de:zkasmi/RcdMathLib.git git clone https://git.imp.fu-berlin.de/zkasmi/RcdMathLib.git
~~~~~~~~ ~~~~~~~~
* Create a new C project by choosing the project type under Executable: `Hello World ANSI C Project`, * Create a new C project by choosing the project type under Executable: `Hello World ANSI C Project`,
as well as the `Cross GCC` Tool-chains. as well as the `Cross GCC` Tool-chains.
... ...
......