From 25d2f2b129d01639ccc4f1e6db9906d99220a844 Mon Sep 17 00:00:00 2001 From: Arvid Lunnemark Date: Thu, 14 Jul 2022 18:23:18 -0400 Subject: [PATCH] bazelisk -> bazel --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ac56f961..7559ff1f 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This repository, along with [anysphere/asphr](https://github.com/anysphere/asphr Clone anysphere/asphr and anysphere/client and put them in a directory side-by-side. Then, in the `client` directory, run: ```bash -bazeliskisk build //... +bazelisk build //... ``` to build, and @@ -59,25 +59,25 @@ bazelisk build //... In one terminal, run normal daemon: ```bash -./bazelisk-bin/daemon/daemon +./bazel-bin/daemon/daemon ``` In a new terminal, run a second daemon: ```bash -./wrap2.sh ./bazelisk-bin/daemon/daemon +./wrap2.sh ./bazel-bin/daemon/daemon ``` To connect to daemon 1, run: ```bash -./bazelisk-bin/cli/asphr [command] +./bazel-bin/cli/asphr [command] ``` To connect to daemon 2, run: ```bash -./wrap2.sh ./bazelisk-bin/cli/asphr [command] +./wrap2.sh ./bazel-bin/cli/asphr [command] ``` For the gui, run: