Skip to content

Commit 256f943

Browse files
committed
Shortening terminal tip in installation.md
1 parent 3594175 commit 256f943

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

caimira/docs/mkdocs/docs/root/installation.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -245,13 +245,11 @@ CAiMIRA includes comprehensive documentation, which can be compiled and viewed l
245245

246246
pwd
247247
248-
To navigate between directories, the `cd` instruction should be used. For example, if one is in the `sphinx` directory and wants to go back to `docs`, the command to be executed would typically be this one:
248+
To navigate between directories, the `cd` instruction should be used. For example, if one is in the `caimira/docs/sphinx` directory and wants to go up to `caimira/docs`, the command to be executed would typically be:
249249

250250
cd ..
251251
252-
As the `sphinx` directory is `caimira/docs/sphinx`, to go back to `caimira/docs` one would typically just need to go back one level by using the `..` definition.
253-
254-
On the other way around, to navigate from the `docs` to the `sphinx` directory, the command to be executed would typically be this one:
252+
Conversely, to navigate from the `caimira/docs` to its `caimira/docs/sphinx` subdirectory, the command to be executed would be:
255253

256254
cd sphinx
257255

0 commit comments

Comments
 (0)