Skip to content

Commit 3db7ef6

Browse files
committed
[WIP] Implement subroutine opcodes
1 parent 235f60c commit 3db7ef6

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/contributing.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,13 @@ Thank you for your interest in contributing! We welcome all contributions no mat
66
Setting the stage
77
~~~~~~~~~~~~~~~~~
88

9-
.. note:: If you are on macOS and it is the first time you install Py-EVM, you will need to install LevelDB with brew before taking the following steps:
9+
.. note::
1010

11-
.. code:: sh
11+
If you are on macOS and it is the first time you install Py-EVM, you will need to install LevelDB with brew before taking the following steps:
1212

13-
brew install python3 LevelDB
13+
.. code:: sh
14+
15+
brew install python3 LevelDB
1416
1517
1618

0 commit comments

Comments
 (0)