Skip to content

Commit 4447aa7

Browse files
committed
more README.md update
1 parent 5fb4b5a commit 4447aa7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
1. `build_runtime.sh` - add `-v d` inside if it will fail with SEHExceptions...
1919
1. `build_aspnetcore.sh`
2020
1. `build_installer.sh` - this one can fail with downloaing some things, copy URL and try to manualy fetch it into `installer/artifacts/obj/redist/Release/downloads/`
21-
1. Get and use `installer/artifacts/packages/Release/Shipping/dotnet-sdk-*-freebsd-x64.tar.gz`
21+
1. Check `installer/artifacts/packages/Release/Shipping/` or
22+
1. `gather_output.sh` will create one archive with everything you should need on target system
2223
1. `clean.sh` if you want to save disk space after use
23-
1. `gather_output.sh` will create one archive with everything you should need
2424

2525
### Extra info
2626
- some steps can fail, some patches can fail to apply, mostly due to numbers, this needs to be handed by hand, as I don't update all the patches with every release
@@ -29,7 +29,7 @@
2929

3030
## Requirments
3131

32-
1. Working SDK for FreeBSD - at the moment it's using binaries from `https://github.com/Thefrank/dotnet-freebsd-crossbuild` created during crosscompile under Linux
32+
1. Working SDK for FreeBSD
3333
1. Tested under FreeBSD 13 and 14
3434
1. 8GB+ of RAM recommended (with 4GB I saw some parts crashing)
3535
1. To run SDK and/or apps `pkg install libunwind icu libinotify` should be enough on another box, maybe `openssl` too

0 commit comments

Comments
 (0)