diff --git a/Makefile b/Makefile index 509b7fd9c..18022dcbb 100644 --- a/Makefile +++ b/Makefile @@ -119,12 +119,6 @@ clean: docs: install.tools ## build the docs on the host $(MAKE) -C docs -# For vendoring to work right, the checkout directory must be such that our top -# level is at $GOPATH/src/github.com/containers/buildah. -.PHONY: gopath -gopath: - test $(shell pwd) = $(shell cd ../../../../src/github.com/containers/buildah ; pwd) - codespell: codespell -S Makefile,buildah.spec.rpkg,AUTHORS,bin,vendor,.git,go.mod,go.sum,CHANGELOG.md,changelog.txt,seccomp.json,.cirrus.yml,"*.xz,*.gz,*.tar,*.tgz,*ico,*.png,*.1,*.5,*.orig,*.rej" -L secon,passt,bu,uint,iff,od,erro -w diff --git a/install.md b/install.md index be3356337..df8a82560 100644 --- a/install.md +++ b/install.md @@ -194,11 +194,8 @@ In Fedora, you can use this command: Then to install Buildah on Fedora follow the steps in this example: ``` - mkdir ~/buildah - cd ~/buildah - export GOPATH=`pwd` - git clone https://github.com/containers/buildah ./src/github.com/containers/buildah - cd ./src/github.com/containers/buildah + git clone https://github.com/containers/buildah + cd buildah make sudo make install buildah --help