git clone https://github.com/XtremeOwnage/Netdocs
cd Netdocs
dotnet build Netdocs.slnx -c Release
Run the CLI directly through dotnet run:
dotnet run --project src/Netdocs.Cli -- build --config path/to/appsettings.json
Or publish your own self-contained executable:
dotnet publish src/Netdocs.Cli -c Release -r linux-x64 --self-contained \
-p:PublishSingleFile=true -o dist
./dist/netdocs --help
Replace linux-x64 with win-x64 or osx-arm64 as appropriate.
Verify the install:
netdocs --help
You should see the usage summary. Continue to the Quick start.
from https://xtremeownage.github.io/Netdocs/getting-started/installation/
示范博客: https://static.xtremeownage.com/blog/
No comments:
Post a Comment