Skip to content

Commit a59392d

Browse files
committed
ReadMe updatet with oxrun-light.
1 parent 5683d96 commit a59392d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,14 @@ Oxrun provides a cli toolset for the OXID eShop Community Edition.
1919
- PHP >=7.1 is required.
2020
- OXID eShop >= CE v6.5 is required.
2121

22-
After installation manually clear the cache via `rm -rf source/tmp/*` to make all oxrun commands available.
22+
After installation manually clear the cache via `./vendor/bin/oxrun-light cache:clear` to make all oxrun commands available.
2323

2424
# Usage
2525

26-
In your Installation Direction `./vendor/bin/oe-console`
26+
`./vendor/bin/oe-console` is standard call.
27+
28+
* `./vendor/bin/oxrun-light` is a light version of tools that are not need an active OXID eSale database connection
29+
* `./vendor/bin/oxrun` is a alias from `oe-console`
2730

2831
---
2932

0 commit comments

Comments
 (0)