Skip to content

Commit db2999b

Browse files
Updating link to page anchor
1 parent 9264a09 commit db2999b

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

articles/service-fabric/service-fabric-cli.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ If the installation on Windows subsystem for Linux fails with incorrect folder p
103103
sudo pip3 install sfctl
104104
```
105105

106+
<a name = "cli-mac"></a>
106107
### MacOS
107108

108109
For MacOS, we recommend that you use the [HomeBrew package manager](https://brew.sh). If HomeBrew is not already installed, install it by running the following command:

articles/service-fabric/service-fabric-get-started-mac.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -103,17 +103,13 @@ To build Service Fabric services using Java, ensure you have JDK 1.8 installed a
103103
sudo apt-get install gradle
104104
```
105105

106-
## Set up the Service Fabric CLI
106+
## Set up the Service Fabric CLI (sfctl) on your Mac
107107

108-
The [Service Fabric CLI](service-fabric-cli.md) has commands for interacting with Service Fabric entities,
109-
including clusters and applications. It is based on python, so be sure to have python and pip installed before you
110-
proceed with the following command:
108+
Follow the instructions at [Service Fabric CLI](service-fabric-cli.md#cli-mac) to install the Service Fabric CLI (`sfctl`) on your Mac.
109+
The CLI commands for interacting with Service Fabric entities, including clusters, applications and services.
111110

112-
```bash
113-
pip install sfctl
114-
```
111+
## Create application on you Mac using Yeoman
115112

116-
## Create application on Mac using Yeoman
117113
Service Fabric provides scaffolding tools which will help you create a Service Fabric application from terminal using Yeoman template generator. Please follow the steps below to ensure you have the Service Fabric yeoman template generator working on your machine.
118114

119115
1. You need to have Node.js and NPM installed on you mac. If not you can install Node.js and NPM using Homebrew using the following. To check the versions of Node.js and NPM installed on your Mac, you can use the ``-v`` option.

0 commit comments

Comments
 (0)