Kevin Bradley пре 7 година
родитељ
комит
f14301c56f
1 измењених фајлова са 3 додато и 4 уклоњено
  1. 3 4
      README.md

+ 3 - 4
README.md

@@ -5,22 +5,21 @@ Tools to make it easier to get cycript to work in chimera, will eventually try a
 
 
 # How to use it:
 # How to use it:
 
 
-cycripter <ProcessName> &
+`cycripter <ProcessName> &`
 
 
 ie
 ie
-
 `cycripter PineBoard &`
 `cycripter PineBoard &`
 
 
  which should return log like the following:
  which should return log like the following:
 
 
-`[2] 1763
+`[2] 1763<br>
  root@ (/var/root)# 
  root@ (/var/root)# 
  PineBoard PID is 1758
  PineBoard PID is 1758
  No error occurred!
  No error occurred!
  cycript started on port: 1337! Press return & then run the following command to connect:
  cycript started on port: 1337! Press return & then run the following command to connect:
  cycript -r 127.0.0.1:1337 <--- run this command exactly as it appears`
  cycript -r 127.0.0.1:1337 <--- run this command exactly as it appears`
 
 
- * Press return and run the command in the last line of the output from cycripter, in our case it would be
+ Press return and run the command in the last line of the output from cycripter, in our case it would be
 
 
  `cycript -r 127.0.0.1:1337`
  `cycript -r 127.0.0.1:1337`