Commit 815a8217 authored by Maria Nita's avatar Maria Nita

Update path to files in development doc

parent 30fcf241
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# Releases and Official Builds # Releases and Official Builds
Official releases are built in Docker containers. Details are [here](build/README.md). You can do simple builds and development with just a local Docker installation. If want to build go locally outside of docker, please continue below. Official releases are built in Docker containers. Details are [here](../../build/README.md). You can do simple builds and development with just a local Docker installation. If want to build go locally outside of docker, please continue below.
## Go development environment ## Go development environment
...@@ -104,7 +104,7 @@ You need an etcd somewhere in your PATH. To install etcd, run: ...@@ -104,7 +104,7 @@ You need an etcd somewhere in your PATH. To install etcd, run:
``` ```
cd kubernetes cd kubernetes
hack/install-etcd.sh hack/travis/install-etcd.sh
sudo ln -s $(pwd)/third_party/etcd/bin/etcd /usr/bin/etcd sudo ln -s $(pwd)/third_party/etcd/bin/etcd /usr/bin/etcd
``` ```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment