mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 15:53:34 +02:00
Merge branch 'patch-2' of git://github.com/bharadwaj-raju/tldr into bharadwaj-raju-patch-2
This commit is contained in:
commit
185ac24bbd
1 changed files with 12 additions and 0 deletions
|
@ -9,3 +9,15 @@
|
|||
- Open a file or folder in a new window:
|
||||
|
||||
`atom -n {{path/to/file/or/folder}}`
|
||||
|
||||
- Install packages from http://atom.io/packages and themes from http://atom.io/themes:
|
||||
|
||||
`apm install {{package_name}}`
|
||||
|
||||
- Remove packages/themes:
|
||||
|
||||
`apm remove {{package_name}}`
|
||||
|
||||
- Upgrade packages/themes:
|
||||
|
||||
`apm upgrade {{package_name}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue