Skip to content

Commit cb6cb8e

Browse files
committed
Update instructions in README
1 parent ef30cc2 commit cb6cb8e

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,20 +25,21 @@ Eventually the build will just be
2525

2626
For now, we make a fresh build of FSharp.Compiler.Service.
2727

28-
(start in fsharp-conpiler-docs)
29-
dotnet restore fsharp-conpiler-docs
28+
(start in fsharp-compiler-docs)
29+
dotnet restore FSharp.Compiler.Service
30+
dotnet tool restore
3031

31-
(make fsharp-conpiler-docs/fsharp)
32+
(make fsharp-compiler-docs/fsharp)
3233
git clone https://github.com/dotnet/fsharp --depth 1 -b main
3334

34-
(build fsharp-conpiler-docs)
35+
(build fsharp-compiler-docs/fsharp)
3536
pushd fsharp
36-
.\build -noVisualStudio
37+
dotnet build src/Compiler/FSharp.Compiler.Service.fsproj /p:BUILDING_USING_DOTNET=true
3738
popd
3839

3940
Then do iterative development using:
4041

41-
(from fsharp-conpiler-docs)
42+
(from fsharp-compiler-docs)
4243
dotnet fsdocs watch --sourcefolder fsharp --input fsharp/docs
4344

4445
## CI Pipeline

0 commit comments

Comments
 (0)