mirror of
https://github.com/Tygs/0bin.git
synced 2023-08-10 21:13:00 +03:00
Fix inline code block in README
This commit is contained in:
parent
6c64f28643
commit
a9b2f53e65
@ -20,9 +20,9 @@ To run zerobin, download zerobin.pyz from the latest release_ then:
|
||||
|
||||
0bin requires Python 3.7 or higher.
|
||||
|
||||
You may need to type `py -3.7 zerobin.pyz` on Windows, or `python3.7 zerobin.pyz` on Mac/Linux, depending on your configuration.
|
||||
You may need to type :code:`py -3.7 zerobin.pyz` on Windows, or :code:`python3.7 zerobin.pyz` on Mac/Linux, depending on your configuration.
|
||||
|
||||
If you are familiar with the Python ecosystem, you can also `python -m pip install zerobin --user` and run `python -m zerobin` for the same effect.
|
||||
If you are familiar with the Python ecosystem, you can also :code:`python -m pip install zerobin --user` and run :code:`python -m zerobin` for the same effect.
|
||||
|
||||
|
||||
How it works
|
||||
|
Loading…
Reference in New Issue
Block a user