Skip to content

Commit

Permalink
Update README.md (#152)
Browse files Browse the repository at this point in the history
- provide correct file with test credentials
- update version people are told to install
  • Loading branch information
simonmcconnell authored Sep 2, 2023
1 parent 3d9bacd commit 61ec77f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Add `:tds` as a dependency in your `mix.exs` file.
```elixir
def deps do
[
{:tds, "~> 2.0"}
{:tds, "~> 2.3"}
]
end
```
Expand Down Expand Up @@ -230,7 +230,7 @@ installation instructions here:
* [Windows](https://docs.microsoft.com/en-us/sql/database-engine/install-windows/install-sql-server-from-the-installation-wizard-setup)
* [Linux](https://docs.microsoft.com/en-us/sql/linux/sql-server-linux-setup)

Make sure your SQL Server accepts the credentials defined in `config/test.exs`.
Make sure your SQL Server accepts the credentials defined in `test/test_helper.exs`.

You also will need to have the *sqlcmd* command line tools installed. Setup
instructions can be found here:
Expand Down

0 comments on commit 61ec77f

Please sign in to comment.