Skip to content

Commit 61ebf97

Browse files
authored
removed installation part
1 parent 58d8a0e commit 61ebf97

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

README.md

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -223,25 +223,3 @@ You can uninstall it in the Windows Settings, the name of the uninstall will be
223223

224224
If you downloaded a new setup, you need to uninstall the previous AutoFish first, because the random names of the application and the folder are generated per install, so it won't automatically re-install a new application in the folder of the previous.
225225

226-
## Installation :hammer:
227-
228-
If you want to tweak the app and make some changes you need to:
229-
230-
Install [npm](https://docs.npmjs.com/about-npm) and dependencies:
231-
232-
```
233-
install npm
234-
npm install
235-
```
236-
237-
To distribute by electron-forge:
238-
239-
```
240-
npm run make
241-
```
242-
243-
To start the app from the CLI:
244-
245-
```
246-
npm start
247-
```

0 commit comments

Comments
 (0)