Skip to content

Commit 22a6156

Browse files
authored
Update README.md to reflect the current status better
1 parent f4adc25 commit 22a6156

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

413413
17. 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

417417
18. 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

432432
21. Optional: Set up SageMath as a Jupyter kernel in an existing Jupyter notebook
433433
or JupyterLab installation, as described in the section

0 commit comments

Comments
 (0)