From cb6cb8eabbe7bb992c798827e47f872ef4fb4e68 Mon Sep 17 00:00:00 2001 From: nojaf Date: Wed, 6 Sep 2023 11:56:51 +0200 Subject: [PATCH] Update instructions in README --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d6934b1191..cd27934674 100644 --- a/README.md +++ b/README.md @@ -25,20 +25,21 @@ Eventually the build will just be For now, we make a fresh build of FSharp.Compiler.Service. - (start in fsharp-conpiler-docs) - dotnet restore fsharp-conpiler-docs + (start in fsharp-compiler-docs) + dotnet restore FSharp.Compiler.Service + dotnet tool restore - (make fsharp-conpiler-docs/fsharp) + (make fsharp-compiler-docs/fsharp) git clone https://github.com/dotnet/fsharp --depth 1 -b main - (build fsharp-conpiler-docs) + (build fsharp-compiler-docs/fsharp) pushd fsharp - .\build -noVisualStudio + dotnet build src/Compiler/FSharp.Compiler.Service.fsproj /p:BUILDING_USING_DOTNET=true popd Then do iterative development using: - (from fsharp-conpiler-docs) + (from fsharp-compiler-docs) dotnet fsdocs watch --sourcefolder fsharp --input fsharp/docs ## CI Pipeline