@@ -209,17 +209,28 @@ <h1 style='margin-left:.5in;text-indent:-.5in'><span style='font:7.0pt "Times Ne
209209
210210< p class =MsoNormal style ='margin-left:.25in '> Use Visual Studio’s < a
211211href ="https://docs.microsoft.com/en-us/nuget/quickstart/install-and-use-a-package-in-visual-studio "> NuGet
212- Package Manager</ a > or < a
212+ Package Manager</ a > or < b > < a
213213href ="https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-add-package "> < span
214214style ='font-size:10.0pt;line-height:115%;font-family:Consolas '> dotnet add
215- package</ span > </ a > to add the < a
215+ package</ span > </ a > </ b > to add the < a
216216href ="https://www.nuget.org/packages/Microsoft.ClearScript "> Microsoft.ClearScript</ a >
217- package to your project.</ p >
217+ package to your project. Remember to use the < b > < span style ='font-size:10.0pt;
218+ line-height:115%;font-family:Consolas '> -v</ span > </ b > option on the < b > < span
219+ style ='font-size:10.0pt;line-height:115%;font-family:Consolas '> dotnet</ span > </ b >
220+ command line to add pre-release packages.</ p >
218221
219222< h2 style ='margin-top:6.0pt;margin-right:0in;margin-bottom:0in;margin-left:
2202239.35pt;margin-bottom:.0001pt '> Linux</ h2 >
221224
222- < p class =MsoNormal style ='margin-left:.25in '> [TBA]</ p >
225+ < p class =MsoNormal style ='margin-left:.25in '> Use < b > < a
226+ href ="https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-add-package "> < span
227+ style ='font-size:10.0pt;line-height:115%;font-family:Consolas '> dotnet add
228+ package</ span > </ a > </ b > to add the < a
229+ href ="https://www.nuget.org/packages/Microsoft.ClearScript.linux-x64 "> Microsoft.ClearScript.linux-x64</ a >
230+ package to your project. Remember to use the < b > < span style ='font-size:10.0pt;
231+ line-height:115%;font-family:Consolas '> -v</ span > </ b > option on the < b > < span
232+ style ='font-size:10.0pt;line-height:115%;font-family:Consolas '> dotnet</ span > </ b >
233+ command line to add pre-release packages.</ p >
223234
224235< h2 style ='margin-top:6.0pt;margin-right:0in;margin-bottom:0in;margin-left:
2252369.35pt;margin-bottom:.0001pt '> macOS</ h2 >
@@ -239,16 +250,16 @@ <h1 style='margin-left:.5in;text-indent:-.5in'><span style='font:7.0pt "Times Ne
239250Git for the first time, select the options < b > Use Git from the Windows Command
240251Prompt</ b > and < b > Checkout Windows-style, commit Unix-style line endings</ b > .
241252If you already have Git installed, use < a
242- href ="https://git-scm.com/docs/git-config "> < span style ='font-size:10.0pt;
243- line-height:115%;font-family:Consolas '> git-config</ span > </ a > to ensure that the
244- < b > < span style ='font-size:10.0pt;line-height:115%;font-family:Consolas '> core.autocrlf</ span >
253+ href ="https://git-scm.com/docs/git-config "> < b > < span style ='font-size:10.0pt;
254+ line-height:115%;font-family:Consolas '> git-config</ span > </ b > </ a > to ensure that
255+ the < b > < span style ='font-size:10.0pt;line-height:115%;font-family:Consolas '> core.autocrlf</ span >
245256</ b > variable is set to < b > < span style ='font-size:10.0pt;line-height:115%;
246257font-family:Consolas '> true</ span > </ b > .</ p >
247258
248259< p class =MsoNormal style ='margin-left:.25in '> Use < a
249- href ="https://git-scm.com/docs/git-clone "> < span style ='font-size:10.0pt;
250- line-height:115%;font-family:Consolas '> git-clone</ span > </ a > to download the < a
251- href ="https://github.com/Microsoft/ClearScript "> ClearScript source code</ a >
260+ href ="https://git-scm.com/docs/git-clone "> < b > < span style ='font-size:10.0pt;
261+ line-height:115%;font-family:Consolas '> git-clone</ span > </ b > </ a > to download the
262+ < a href ="https://github.com/Microsoft/ClearScript "> ClearScript source code</ a >
252263into a convenient directory. Use a directory at or near the root of a drive to
253264avoid path length issues.</ p >
254265
@@ -384,9 +395,9 @@ <h1 style='margin-left:.5in;text-indent:-.5in'><span style='font:7.0pt "Times Ne
384395
385396< p class =MsoListParagraph style ='margin-left:.75in;text-indent:-.25in '> 3.< span
386397style ='font:7.0pt "Times New Roman" '> </ span > Use
387- < a href ="https://git-scm.com/docs/git-clone "> < span style ='font-size:10.0pt;
388- line-height:115%;font-family:Consolas '> git-clone</ span > </ a > to download the < a
389- href ="https://github.com/Microsoft/ClearScript "> ClearScript source code</ a >
398+ < b > < a href ="https://git-scm.com/docs/git-clone "> < span style ='font-size:10.0pt;
399+ line-height:115%;font-family:Consolas '> git-clone</ span > </ a > </ b > to download the
400+ < a href ="https://github.com/Microsoft/ClearScript "> ClearScript source code</ a >
390401into a convenient directory. Avoid very long directory paths.</ p >
391402
392403< p class =MsoListParagraph style ='margin-left:.75in;text-indent:-.25in '> 4.< span
@@ -429,9 +440,9 @@ <h1 style='margin-left:.5in;text-indent:-.5in'><span style='font:7.0pt "Times Ne
429440
430441< p class =MsoListParagraph style ='margin-left:.75in;text-indent:-.25in '> 3.< span
431442style ='font:7.0pt "Times New Roman" '> </ span > Use
432- < a href ="https://git-scm.com/docs/git-clone "> < span style ='font-size:10.0pt;
433- line-height:115%;font-family:Consolas '> git-clone</ span > </ a > to download the < a
434- href ="https://github.com/Microsoft/ClearScript "> ClearScript source code</ a >
443+ < b > < a href ="https://git-scm.com/docs/git-clone "> < span style ='font-size:10.0pt;
444+ line-height:115%;font-family:Consolas '> git-clone</ span > </ a > </ b > to download the
445+ < a href ="https://github.com/Microsoft/ClearScript "> ClearScript source code</ a >
435446into a convenient directory. Avoid very long directory paths.</ p >
436447
437448< p class =MsoListParagraph style ='margin-left:.75in;text-indent:-.25in '> 4.< span
@@ -517,8 +528,8 @@ <h1 style='margin-left:.5in;text-indent:-.5in'><span style='font:7.0pt "Times Ne
517528< p class =MsoListParagraph style ='margin-left:.75in;text-indent:-.25in '> 3.< span
518529style ='font:7.0pt "Times New Roman" '> </ span > < b > < span
519530style ='color:red '> Important:</ span > </ b > If you're using V8, you must also copy
520- the following files from your ClearScript output directory to your application's
521- directory:</ p >
531+ the following files from your ClearScript output directory to your
532+ application's directory:</ p >
522533
523534< p class =MsoNormal style ='margin-top:10.0pt;margin-right:36.7pt;margin-bottom:
5245350in;margin-left:1.0in;margin-bottom:.0001pt;background:#F2F2F2 '> < b > < span
0 commit comments