Skip to content

Commit ab46ac5

Browse files
committed
docs: update instructions
1 parent 6009e78 commit ab46ac5

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

README.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ Graphical tool for reverse engineering of Angular projects. It allows you to nav
1414
2. Download the latest `*.dmg` file.
1515
3. Install the application.
1616

17+
The application is not signed, so you may have to explicitly allow your mac to run it in `System Preferences -> Security & Privacy -> General`.
18+
1719
### Linux
1820

1921
1. Go to the [releases page](https://github.com/mgechev/ngrev/releases).
@@ -32,7 +34,7 @@ You can add your own theme by creating a `[theme-name].theme.json` file in Elect
3234

3335
### Application Requirements
3436

35-
Your application needs to be compatible with the Angular's AoT compiler (i.e. you should be able to compile it with `ngc`).
37+
Your application needs to be compatible with Angular Ivy compiler. `ngrev` is not tested with versions older than v11. To stay up to date check the [update guide](https://angular.io/guide/updating) on angular.io.
3638

3739
### Using with Angular CLI
3840

@@ -41,13 +43,6 @@ Your application needs to be compatible with the Angular's AoT compiler (i.e. yo
4143
3. Open `ngrev`.
4244
4. Click on `Select Project` and select `[YOUR_CLI_APP]/src/tsconfig.app.json`.
4345

44-
### Using with Angular Seed
45-
46-
1. Open the Angular's application directory.
47-
2. Make sure the dependencies are installed.
48-
3. Open `ngrev`.
49-
4. Click on `Select Project` and select `[YOUR_CLI_APP]/src/client/tsconfig.json`.
50-
5146
## Demo
5247

5348
Demo [here](https://www.youtube.com/watch?v=sKdsxdeLWjM).

0 commit comments

Comments
 (0)