mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-12 10:58:58 +00:00
Update cheatsheets
This commit is contained in:
@@ -23,16 +23,16 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Run from a remote repository:
|
||||
|
||||
`nix run {{remote_name}}:{{owner}}/{{repo}}`
|
||||
`nix run {{remote_name}}:{{owner}}/{{repository}}`
|
||||
|
||||
- Run from a remote repository using a specific tag, revision, or branch:
|
||||
|
||||
`nix run {{remote_name}}:{{owner}}/{{repo}}/{{reference}}`
|
||||
`nix run {{remote_name}}:{{owner}}/{{repository}}/{{reference}}`
|
||||
|
||||
- Run from a remote repository specifying a subdirectory and a program:
|
||||
|
||||
`nix run "{{remote_name}}:{{owner}}/{{repo}}?dir={{dir_name}}#{{app}}"`
|
||||
`nix run "{{remote_name}}:{{owner}}/{{repository}}?dir={{dir_name}}#{{app}}"`
|
||||
|
||||
- Run the flake of a GitHub pull request:
|
||||
|
||||
`nix run github:{{owner}}/{{repo}}/pull/{{number}}/head`
|
||||
`nix run github:{{owner}}/{{repository}}/pull/{{number}}/head`
|
||||
|
||||
Reference in New Issue
Block a user