From 2c617f4ecf22e7c9d23340026358bef5facefc53 Mon Sep 17 00:00:00 2001 From: "Kim, Hirokuni" Date: Thu, 9 Aug 2018 10:43:22 +0900 Subject: [PATCH] Change configure subcommand to setup --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f125d373..46590234a 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ If you do not have write permissions for `/usr/local/bin`, you might need to run You may first need to generate a CircleCI API Token from the [Personal API Token tab](https://circleci.com/account/api). ``` -$ circleci configure +$ circleci setup ``` If you are using this tool on `.com`. accept the provided default `CircleCI API End Point`. If you are using it on Server, change the value to your Server address (i.e. `circleci.my-org.com`).