diff --git a/tldr/dotnet-restore b/tldr/dotnet-restore index 47a76371..0d1ea86e 100644 --- a/tldr/dotnet-restore +++ b/tldr/dotnet-restore @@ -18,7 +18,7 @@ source: https://github.com/tldr-pages/tldr.git - Restore dependencies without caching the HTTP requests: -`dotnet restore --no-cache` +`dotnet restore --no-http-cache` - Force all dependencies to be resolved even if the last restore was successful: diff --git a/tldr/fortune b/tldr/fortune index fb7fe770..a4a77bb6 100644 --- a/tldr/fortune +++ b/tldr/fortune @@ -31,3 +31,7 @@ source: https://github.com/tldr-pages/tldr.git - Print a quotation from one of the database files listed by `fortune -f`: `fortune {{path/to/file}}` + +- Pipe a fortune through another command (like `cowsay` or `lolcat`): + +`fortune | cowsay | lolcat`