Skip to content

Commit c43f1d6

Browse files
committed
Edit README
1 parent a70052a commit c43f1d6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,24 +19,24 @@ particular, you probably want to modify this line::
1919

2020
:target: https://mybinder.org/v2/gh/...
2121

22-
with `...` replaced with your forked repo. This makes the Binder badge use your
23-
repo to create the Jupyter server.
22+
with `...` filled with the name of your forked repo. This makes the Binder badge use your
23+
repo to create the Jupyter computing environment.
2424

2525

26-
Extending the sagemath Docker image
27-
-----------------------------------
26+
Extending the Dockerfile
27+
------------------------
2828

2929
The `Dockerfile` builds Sage with base Docker image::
3030

3131
FROM ghcr.io/sagemath/sage/sage-ubuntu-focal-standard-with-targets-optional:dev
3232

33-
which contains Sage built in the current *develop* branch.
33+
which contains Sage built in the current develop branch.
3434

3535
It includes Sage itself, and all the software packages typically
3636
included in a standard Sage installation, though not *everything*. In
3737
particular not optional Sage SPKGs, or other system software packages.
3838

39-
So in order to install additional Sage SPKGs, it is possible to include a line like::
39+
So in order to install additional Sage SPKGs, include a line like::
4040

4141
RUN sage -i <spkg-name>
4242

0 commit comments

Comments
 (0)