Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonenzo committed Mar 13, 2020
1 parent 30020e1 commit 918dcd2
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,17 @@ git clone https://github.com/nelsonenzo/tmux-appimage.git
## compile tmux from source by building container
docker build . -t tmux
## make appimage by running container
docker run -it -v "$PWD"/opt:/opt tmux
## expected output:
./opt/releases/tmux-3.0a-x86_64.AppImage
## extract the appimage file
docker create -ti --name tmuxcontainer tmux bash
docker cp tmuxcontainer:/opt/releases/tmux-3.0a-x86_64.AppImage .
docker rm -f tmuxcontainer
```


## To use AppImage
move appimage to executable location in your $PATH
```
mv ./opt/releases/tmux.*AppImage /usr/bin/tmux
mv tmux.*AppImage /usr/local/bin/tmux
tmux
```
Expand Down

0 comments on commit 918dcd2

Please sign in to comment.