mirror of https://github.com/CrimsonTome/tldr.git
Merge branch 'patch-2' of git://github.com/bharadwaj-raju/tldr into bharadwaj-raju-patch-2
commit
185ac24bbd
|
@ -9,3 +9,15 @@
|
||||||
- Open a file or folder in a new window:
|
- Open a file or folder in a new window:
|
||||||
|
|
||||||
`atom -n {{path/to/file/or/folder}}`
|
`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…
Reference in New Issue