Skip to content

Commit

Permalink
Clarified text for running shell scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanstewart committed Aug 16, 2012
1 parent 299c62c commit a4c9c0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ brackets-shell
... ...
``` ```


Open a terminal window on this directory and run `scripts/make_symlinks.sh`. This will create symbolic links to several folders in the `deps/cef` directory. Open a terminal window on the `brackets-shell` directory and run `scripts/make_symlinks.sh`. This will create symbolic links to several folders in the `deps/cef` directory.
Open appshell.pbxproj in XCode. NOTE: If you are using XCode 4.4, you will get a couple warnings. These are harmless, and will be fixed soon. Open appshell.pbxproj in XCode. NOTE: If you are using XCode 4.4, you will get a couple warnings. These are harmless, and will be fixed soon.


####Generating Projects ####Generating Projects
Expand Down Expand Up @@ -86,7 +86,7 @@ brackets-shell
... ...
``` ```


Open a command prompt on this directory and run `scripts\\make_symlinks.bat`. This will create symbolic links to several folders in the `deps/cef` directory. Open a command prompt on the `brackets-shell` directory and run `scripts\\make_symlinks.bat`. This will create symbolic links to several folders in the `deps/cef` directory.


Open appshell.sln in Visual Studio. NOTE: If you are using Visual Studio Express, you may get warnings that say some of the projects couldn't be loaded. These can be ignored. Open appshell.sln in Visual Studio. NOTE: If you are using Visual Studio Express, you may get warnings that say some of the projects couldn't be loaded. These can be ignored.


Expand Down

0 comments on commit a4c9c0b

Please sign in to comment.