Skip to content

Commit 05d50b1

Browse files
authored
use releases
1 parent 46438ba commit 05d50b1

File tree

1 file changed

+9
-13
lines changed

1 file changed

+9
-13
lines changed

README.md

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12,46 +12,42 @@ It stores fields with multiple values as separate tables linked with a foreign k
1212

1313
### Download
1414

15-
1\. Click [Download as .zip] above.
15+
1\. Download the [latest release](https://github.com/UziTech/NSF2SQL/releases/latest).
1616

1717
### Open
1818

19-
2\. Unzip the file and go to \NSF2SQL\bin\Debug.
20-
21-
![](http://uzitech.github.io/images/nsf2sql7.png)
22-
23-
3\. Open NSF2SQL.exe.
19+
2\. Open NSF2SQL.exe.
2420

2521
### Search
2622

27-
4\. Click [Search Server] to search for an application on a Domino Server or [Search Computer] to browse your computer for a .nsf file.
23+
3\. Click [Search Server] to search for an application on a Domino Server or [Search Computer] to browse your computer for a .nsf file.
2824

2925
![](http://uzitech.github.io/images/nsf2sql1.png)
3026

31-
5\. Enter the server information if searching a server or just the password if opening a local file.
27+
4\. Enter the server information if searching a server or just the password if opening a local file.
3228

3329
![](http://uzitech.github.io/images/nsf2sql2.png)
3430

3531
### Select
3632

37-
6\. Select the database to export and click [Export Documents].
33+
5\. Select the database to export and click [Export Documents].
3834

3935
![](http://uzitech.github.io/images/nsf2sql3.png)
4036

4137
### Parse
4238

43-
7\. Wait until the program is done parsing the documents.
39+
6\. Wait until the program is done parsing the documents.
4440

4541
![](http://uzitech.github.io/images/nsf2sql4.png)
4642

4743
### Export
4844

49-
8\.Once all documents are parsed it will ask if you want to export to a server. Click [Yes] to have the sql imported directly to a MySQL server or click [No] to have the SQL dumped to a file so you can import it a different way.
45+
7\.Once all documents are parsed it will ask if you want to export to a server. Click [Yes] to have the sql imported directly to a MySQL server or click [No] to have the SQL dumped to a file so you can import it a different way.
5046

5147
![](http://uzitech.github.io/images/nsf2sql8.png)
5248

53-
9\. If you chose to have the program import it directly to a MySQL server it will ask for your server information. Database is the name you want for the new database
49+
8\. If you chose to have the program import it directly to a MySQL server it will ask for your server information. Database is the name you want for the new database
5450

5551
![](http://uzitech.github.io/images/nsf2sql6.png)
5652

57-
10\. If you chose to dump the SQL to a file it will be saved to a file called "export.sql" on your desktop and it will be opened after the program creates it.
53+
9\. If you chose to dump the SQL to a file it will be saved to a file called "export.sql" on your desktop and it will be opened after the program creates it.

0 commit comments

Comments
 (0)