File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -411,8 +411,8 @@ in the Installation Guide.
411411 If there are numerous failures, there was a serious problem with your build.
412412
41341317 . The HTML version of the [ documentation] ( https://doc.sagemath.org/html/en/index.html )
414- is built during the compilation process of Sage and resides in the directory
415- ` local/share/doc/ sage/html /` . You may want to bookmark it in your browser.
414+ can be build by running ` make doc-html ` and resides in
415+ ` build/ sage-distro/src/doc /` . You may want to bookmark it in your browser.
416416
41741718 . Optional: If you want to build the PDF version of the documentation,
418418 run ` make doc-pdf ` (this requires LaTeX to be installed).
@@ -427,7 +427,7 @@ in the Installation Guide.
427427 having to either type the full path or navigate to the Sage
428428 directory and type ` ./sage ` . This can be done by running:
429429
430- $ sudo ln -s $(. /sage -sh -c 'ls $SAGE_ROOT/venv/bin/sage') /usr/local/bin
430+ $ sudo ln -s $(pwd) /sage /usr/local/bin
431431
43243221 . Optional: Set up SageMath as a Jupyter kernel in an existing Jupyter notebook
433433 or JupyterLab installation, as described in the section
You can’t perform that action at this time.
0 commit comments