Skip to content

Commit 018aa8c

Browse files
committed
Changed urls in setup.py and modified README
1 parent 94c7604 commit 018aa8c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ instructions for installing frida have been followed, the following command will
5454
Building `jnitrace` from source requires that `node` first be installed.
5555
After installing `node`, the following commands need to be run:
5656

57-
* npm install frida-compile
58-
* cd /path/to/jnitrace/src
59-
* frida-compile main.js -o ../build/jnitrace.js -w
57+
* `npm install frida-compile`
58+
* `cd /path/to/jnitrace/src`
59+
* `frida-compile main.js -o ../build/jnitrace.js -w`
6060

6161
`frida-compile` will run in the background compiling the source to the output
6262
file, `jnitrace.js`. By using the `-w` command with `frida-compile`, any

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
url='https://github.com/chame1eon/jnitrace',
1616
author='chame1eon',
1717
classifiers=[
18-
'Development Status :: 5 - Stable',
18+
'Development Status :: 5 - Production/Stable',
1919

2020
'Intended Audience :: Developers',
2121

0 commit comments

Comments
 (0)