Skip to content
This repository has been archived by the owner on Oct 24, 2019. It is now read-only.

Use tee to work around permission issues with sudo #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Run [Universal CTags](https://github.com/universal-ctags/ctags) from a docker
container.

- Ensure you have docker installed
- `sudo curl https://raw.githubusercontent.com/universal-ctags/ctags-docker/master/uctags > /usr/local/bin/uctags`
- `curl https://raw.githubusercontent.com/universal-ctags/ctags-docker/master/uctags | sudo tee /usr/local/bin/uctags`
- `sudo chmod +x /usr/local/bin/uctags`

Run with `uctags <arguments>`. Docker should automatically fetch the image
Expand Down