pages/*, style-guide: update contents, fix Markdown (#10492)

* pages/*, style-guide: update pages, fix Markdown (commit 1)

* Update pages

* style-guide.de: update page

* Apply suggestions from code review

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>

* pip3: remove search command

* rpm: update path placeholder

Co-authored-by: pixel <pixel+github@chrissx.de>

* Update pages/linux/pkgfile.md

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>

---------

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
Co-authored-by: pixel <pixel+github@chrissx.de>
This commit is contained in:
K.B.Dharun Krishna
2023-08-26 23:00:06 +05:30
committed by GitHub
parent 587d8443d8
commit 2135714193
83 changed files with 232 additions and 222 deletions

View File

@@ -5,20 +5,20 @@
- Create a new package skeleton:
`choco new {{package_name}}`
`choco new {{package}}`
- Create a new package with a specific version:
`choco new {{package_name}} --version {{version}}`
`choco new {{package}} --version {{version}}`
- Create a new package with a specific maintainer name:
`choco new {{package_name}} --maintainer {{maintainer_name}}`
`choco new {{package}} --maintainer {{maintainer_name}}`
- Create a new package in a custom output directory:
`choco new {{package_name}} --output-directory {{path/to/directory}}`
`choco new {{package}} --output-directory {{path/to/directory}}`
- Create a new package with specific 32-bit and 64-bit installer URLs:
`choco new {{package_name}} url="{{url}}" url64="{{url}}"`
`choco new {{package}} url="{{url}}" url64="{{url}}"`

View File

@@ -5,11 +5,11 @@
- Create a package:
`octo pack --id={{package_name}}`
`octo pack --id={{package}}`
- Push a package to a repository on the Octopus server:
`octo push --package={{package_name}}`
`octo push --package={{package}}`
- Create a release:

View File

@@ -13,15 +13,15 @@
- Install a package:
`pipwin install {{package_name}}`
`pipwin install {{package}}`
- Uninstall a package:
`pipwin uninstall {{package_name}}`
`pipwin uninstall {{package}}`
- Download a package to a specific directory:
`pipwin download --dest {{path\to\directory}} {{package_name}}`
`pipwin download --dest {{path\to\directory}} {{package}}`
- Install packages according to `requirements.txt`: