We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 770a090 commit b01ceb6Copy full SHA for b01ceb6
1 file changed
README.md
@@ -9,13 +9,9 @@ Selenium IDE as an electron application written to enable recording and playback
9
10
Installation can be performed in a variety of ways:
11
12
-1. Prepackaged binaries will be able to be installed directly (ok not yet, but very soon)
13
-2. The application can be built manually using the below instructions.
14
-
15
-### Prepackaged
16
17
-No binaries are available currently, as we are in the process of obtaining signing certificates.
18
-Sorry, my bad.
+1. Prepackaged binaries are available to be installed directly as github releases.
+2. Selenium-ide can be installed via npm `npm install -g selenium-ide` and run via `selenium-ide` directly.
+3. The application can be built manually using the below instructions.
19
20
### Building Manually
21
0 commit comments