Skip to content

Commit

Permalink
[INTERNAL] README: Use npm install for CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomByte committed Jun 7, 2018
1 parent 5e744c5 commit 4908e05
Showing 1 changed file with 2 additions and 17 deletions.
19 changes: 2 additions & 17 deletions README.md
Expand Up @@ -13,28 +13,13 @@
## Installing the UI5 CLI
### Requirements
- [Node.js](https://nodejs.org/) (**version must be 8.3 or higher** ⚠️)
- Optional: Yarn ([yarnpkg.com](https://yarnpkg.com/en/docs/install))
*Yarn is currently required when working with the [OpenUI5 main repository](https://github.com/SAP/openui5). See [FAQ: What's the thing with Yarn?](https://github.com/SAP/ui5-tooling#whats-the-thing-with-yarn)*

### Installation
Apparently, the modules that make up the UI5 Build and Development Tooling is not yet available on npm. See [FAQ: Where are the npm packages?](https://github.com/SAP/ui5-tooling#where-are-the-npm-packages)

```sh
# Clone the repository
git clone https://github.com/SAP/ui5-cli.git

# Navigate into the repositroy
cd ui5-cli

# Install all dependencies
npm install

# Link the module globally
npm link
npm install --global @ui5/cli

# Test
# Verify installation
ui5 --help
# This should output something like: Usage: ui5 <command> [options]...
```

## CLI Usage
Expand Down

0 comments on commit 4908e05

Please sign in to comment.