Skip to content

Commit 947cb12

Browse files
authoredJun 5, 2024··
Update README.md
1 parent 713e86a commit 947cb12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@ The configuration file is identical to that used by the lpctools project
3535
### pypi
3636
pip install ISPProgrammer
3737
### From Source
38-
NXPISP is a python3 package and can be installed using pip.
38+
isp-programmer is a python3 package and can be installed using pip.
3939
Clone the repository, enter the directory with setup.py in it and run
4040
pip install .
4141
The default location for the configuration file is at /etc/lpctools_parts.def.
4242
The file can either be copied there or the path passed in when calling the tool
4343
with the --config_file/-f flag.
4444

45-
1. cd NXPISP
45+
1. cd isp-programmer
4646
2. pip install .
4747
3. cp lpctools_parts.def /etc
4848

0 commit comments

Comments
 (0)
Please sign in to comment.