Skip to content

Commit

Permalink
Fixed confusing instruction for paket.dependencies location
Browse files Browse the repository at this point in the history
paket.dependencies should be created in the solution root, not in the project directory.
Other steps in Getting started guide refer to the Solutions directory correctly, which makes this mistake even more confusing (for example, step 1: Create a .paket directory in the root of your solution), especially for people who are just starting out with Paket.
  • Loading branch information
ivan-brko authored Jan 17, 2019
1 parent 702432a commit e5df915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ This guide will show you

### Specifying dependencies

Create a [`paket.dependencies` file](dependencies-file.html) in your project's
Create a [`paket.dependencies` file](dependencies-file.html) in your solution's
root and specify all your dependencies in it. You can use
[NuGet packages](nuget-dependencies.html),
[Git repos](git-dependencies.html),
Expand Down

0 comments on commit e5df915

Please sign in to comment.