Skip to content

Commit 6a6e5ec

Browse files
authored
added :: and a small explanation
1 parent eb2e6bb commit 6a6e5ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/doc/en/developer/github.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,11 @@ which will show the default repo along with its readme, which is quite long.
7878

7979
``gh`` is extendable; e.g. a useful extension to ``gh`` allows testing of
8080
Sage's GitHub Actions locally, using Docker. It is called ``act`` and can be
81-
installed by running
81+
installed by running::
8282

8383
[alice@localhost sage]$ gh extension install https://github.com/nektos/gh-act
8484

85-
Append ``--force`` flag to force an upgrade.
85+
Append ``--force`` flag to the command above to force an upgrade of the extension.
8686
More details on configuring and using ``gh act`` are in :ref:`chapter-portability_testing`.
8787

8888

0 commit comments

Comments
 (0)