File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -387,7 +387,7 @@ Installation steps
387387#. Follow the procedure in the file `README.md <https://github.com/sagemath/sage/#readme >`_
388388 in ``SAGE_ROOT ``.
389389
390- #. If you need wish to prepare for having to build Sage in an environment
390+ #. If you wish to prepare for having to build Sage in an environment
391391 without sufficient Internet connectivity:
392392
393393 - After running ``configure ``, you can use ``make download `` to force
@@ -402,13 +402,13 @@ Installation steps
402402 in the Release Assets, which contains a prepopulated subdirectory
403403 ``upstream ``.
404404
405- After downloading the source tarball ``` sage-x.y.tar.gz` `` into
406- a directory ``` ~/sage/` ``::
405+ After downloading the source tarball ``sage-x.y.tar.gz `` into
406+ a directory ``~/sage/ ``::
407407
408408 $ cd ~/sage/
409409 $ tar xf sage-x.y.tar.gz # adapt x.y; takes a while
410410
411- This creates the subdirectory ````` sage-x.y` ``. Now change into it::
411+ This creates the subdirectory ``sage-x.y ``. Now change into it::
412412
413413 $ cd sage-x.y/ # adapt x.y
414414
You can’t perform that action at this time.
0 commit comments