Skip to content

Commit 2de2e90

Browse files
author
Don Syme
committed
clarify steps
1 parent 3d0ffbd commit 2de2e90

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,18 +56,26 @@ Eventually the build will just be
5656

5757
For now, we want to pick up the latest copies of FSharp.Formatting and FSharp.Core, and set you up to make contributions to these. So we ask you to clone local copies of these:
5858

59+
(start in 'fsharp-core-docs')
60+
dotnet restore FSharp.Core
61+
62+
(make 'fsharp-core-docs/fsharp' and 'fsharp-core-docs/FSharp.Formatting' )
5963
git clone https://github.com/dotnet/fsharp --depth 1 -b main
6064
git clone https://github.com/fsprojects/FSharp.Formatting --depth 1
65+
66+
(build 'fsharp-core-docs/fsharp')
6167
pushd fsharp
6268
.\build -noVisualStudio
6369
popd
6470

71+
(build 'fsharp-core-docs/FSharp.Formatting')
6572
pushd FSharp.Formatting
6673
.\build -t Build
6774
popd
6875

6976
Then do iterative development using:
7077

78+
(from 'fsharp-core-docs')
7179
FSharp.Formatting\src\FSharp.Formatting.CommandTool\bin\Release\netcoreapp3.1\fsdocs.exe watch --sourcefolder fsharp
7280

7381
## CI Pipeline

0 commit comments

Comments
 (0)