Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
nightroman committed Dec 4, 2012
1 parent 7497b2f commit 9df626f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
17 changes: 12 additions & 5 deletions README.md
Expand Up @@ -9,17 +9,24 @@ It makes MongoDB scripting easy and represents yet another MongoDB shell.

## Quick Start

**Step 1:**
An easy way to get and update the package is
**Step 1:** Get and install *Mdbc*:

An easy way to get and install is the PowerShell module
[psget](https://github.com/psget/psget):

Import-Module PsGet
Install-Module -NuGetPackageId Mdbc

Alternatively, to get the package without installation use
[NuGet.exe Command Line](http://nuget.codeplex.com/releases):

NuGet install Mdbc

Alternatively, manually download and unzip the latest package from
Alternatively, manually download and unzip the package from
[Downloads](https://github.com/nightroman/Mdbc/downloads).

Copy the directory *Mdbc* from the package to one of the PowerShell module
directories (see `$env:PSModulePath`). For example:
In the last two cases copy the directory *Mdbc* from the package to a
PowerShell module directory, see `$env:PSModulePath`. For example:

C:/Users/.../Documents/WindowsPowerShell/Modules/Mdbc

Expand Down
2 changes: 1 addition & 1 deletion Scripts/Mdbc.ps1
Expand Up @@ -37,7 +37,7 @@
.Parameter ConnectionString
Connection string (see the C# driver manual for details).
The default is "." which stands for "mongodb://localhost".
The default is "." which is used for the default C# driver connection.
.Parameter DatabaseName
Database name or wildcard pattern. If it is not resolved to an existing
Expand Down

0 comments on commit 9df626f

Please sign in to comment.