Skip to content

Commit

Permalink
Fix README for PyPi
Browse files Browse the repository at this point in the history
  • Loading branch information
hkpeprah committed Sep 24, 2021
1 parent 08a6cea commit f5cee81
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ your operating system:

#### On Mac

```bash
```
# Option A: Copy the library to your libraries directory.
$ cp libjlinkarm.dylib /usr/local/lib/
Expand All @@ -58,7 +58,7 @@ Alternatively, add the SEGGER J-Link directory to your `%PATH%`.

#### On Linux

```bash
```
# Option A: Copy the library to your libraries directory.
$ cp libjlinkarm.so /usr/local/lib/
Expand All @@ -69,7 +69,7 @@ $ export LD_LIBRARY_PATH=/path/to/SEGGER/JLink:$LD_LIBRARY_PATH

## Usage

```python
```
import pylink
if __name__ == '__main__':
Expand Down

0 comments on commit f5cee81

Please sign in to comment.