-
Notifications
You must be signed in to change notification settings - Fork 588
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Cannot find a manifest file." (Installation issue) #2576
Comments
I got just informed, that the build instructions in the Readme are just to hack on the project, not to actually use it. I highly suggest, to include the following Installation instructions also in the Readme. |
The build instructions in the Readme are brief steps for the contribution guide/building FAKE locally. |
Better duplicate the information as put thousands through the process finding that |
Fixed in #2578 |
Description
As in the Readme described, is this how I attempt to install Fake on my Linux machine:
dotnet tool restore
This is the result:
Cannot find a manifest file. For a list of locations searched, specify the "-d" option before the tool name. No tools were restored.
Repro steps
Please provide the steps required to reproduce the problem
Expected behavior
Fake can be installed with dotnet fake build
Actual behavior
The above error message appears.
Related information
The text was updated successfully, but these errors were encountered: