Skip to content

Commit 8750f31

Browse files
authored
Merge pull request #31 from AzureCosmosDB/develop
Adding quick install instructions
2 parents 96d2827 + 903a4c1 commit 8750f31

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ To access the archived version of the tool, navigate to the [**Archive branch**]
2424

2525
The Azure Cosmos DB Desktop Data Migration Tool is an open-source project containing a command-line application that provides import and export functionality for Azure Cosmos DB.
2626

27+
## Quick Installation
28+
29+
To use the tool, download the latest zip file for your platform (win-x64, mac-x64, or linux-x64) from [Releases](releases) and extract all files to your desired install location. To begin a data transfer operation, first populate the `migrationsettings.json` file with appropriate settings for your data source and sink (see [detailed instructions](#using-the-command-line) below), and then run the application from a command line: `dmt.exe` on Windows or `dmt` on other platforms.
30+
2731
## Extension documentation
2832

2933
Multiple extensions are provided in this repository. Find the documentation for the usage and configuration of each using the links provided:

0 commit comments

Comments
 (0)