From 3be51e9411f7a46cd2af0126a4a685094be5590c Mon Sep 17 00:00:00 2001 From: ducoterra Date: Sat, 22 Aug 2020 15:57:36 -0400 Subject: [PATCH] fix basrc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d0090c8..c422efd 100644 --- a/README.md +++ b/README.md @@ -166,7 +166,7 @@ tar xf $(find . -maxdepth 1 -name etcd*) cp $(find . -maxdepth 1 -type d -name "etcd*")/etcd $(find . -maxdepth 1 -type d -name "etcd*")/etcdctl /usr/local/bin/ chmod +x /usr/local/bin/etcd /usr/local/bin/etcdctl echo 'export ETCD_UNSUPPORTED_ARCH=arm64' >> ~/.bashrc -echo 'export ETCD_IP=3.14.3.102' >> ~/.basrc +echo 'export ETCD_IP=3.14.3.102' >> ~/.bashrc echo 'export ETCD_NAME=red' >> ~/.bashrc source ~/.bashrc mkdir -p /var/lib/etcd