Browse Source

updated README

Kevin Bradley 5 years ago
parent
commit
49508ac2a6
1 changed files with 7 additions and 7 deletions
  1. 7 7
      README.md

+ 7 - 7
README.md

@@ -13,12 +13,12 @@ ie
 
 
 which should return log like the following:
 which should return log like the following:
 
 
-[2] 1763
-root@ (/var/root)# 
-PineBoard PID is 1758
-No error occurred!
-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
+ [2] 1763
+ root@ (/var/root)# 
+ PineBoard PID is 1758
+ No error occurred!
+ 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
 
 
 2. Press return and run the command in the last line of the output from cycripter, in our case it would be
 2. Press return and run the command in the last line of the output from cycripter, in our case it would be
 
 
@@ -26,7 +26,7 @@ cycript -r 127.0.0.1:1337
 
 
 3. Profit!
 3. Profit!
 
 
-Building:
+# Building:
 
 
 It's a two step build process run either iosMake.sh or tvOSMake.sh depending on which platform you are targeting
 It's a two step build process run either iosMake.sh or tvOSMake.sh depending on which platform you are targeting