Skip to content

Commit

Permalink
Fix generated package command for Fable.Core
Browse files Browse the repository at this point in the history
  • Loading branch information
MangelMaxime committed Dec 17, 2023
1 parent eb80e7c commit c64ec50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Fable.Build/Package.fs
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,5 @@ let handle (args: string list) =
Use the following commands to install them:
- Fable.Cli: dotnet tool update fable --version {fableCliVersion} --add-source {packageDestination}
- Fable.Core: dotnet add package Fable.Core --version {fableCoreVersion} --add-source {packageDestination}
- Fable.Core: dotnet add package Fable.Core --version {fableCoreVersion} --source {packageDestination}
"""

0 comments on commit c64ec50

Please sign in to comment.