Skip to content

Commit

Permalink
docs(readme): wrong url
Browse files Browse the repository at this point in the history
  • Loading branch information
PunGrumpy committed May 4, 2024
1 parent 738875e commit 4742efc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This Docker image provides a convenient way to manage and use dotfiles in a Dock
To get started, run the following command:

```bash
docker run -it --rm -v $HOME:/pungrumpy -w /pungrumpy ghcr.io/pungrumpy/dotfiles
docker run -it --rm -v $HOME:/pungrumpy -w /pungrumpy ghcr.io/pungrumpy/dotfiles:docker
```

### 📦 Prerequisites
Expand All @@ -21,7 +21,7 @@ docker run -it --rm -v $HOME:/pungrumpy -w /pungrumpy ghcr.io/pungrumpy/dotfiles
To build the image, run the following command:

```bash
docker buildx build -t ghcr.io/pungrumpy/dotfiles . --build-arg UBUNTU_VERSION=24.04 --build-arg USERNAME=$(whoami)
docker buildx build -t ghcr.io/pungrumpy/dotfiles:docker . --build-arg UBUNTU_VERSION=24.04 --build-arg USERNAME=$(whoami)
```

### 🧪 Running the Image
Expand All @@ -35,21 +35,21 @@ docker run -it --rm --name dotfiles \
-v $HOME/.gitignore:/home/pungrumpy/.gitignore \
-v $HOME/.czrc:/home/pungrumpy/.czrc \
-v $HOME/.scripts:/home/pungrumpy/.scripts \
ghcr.io/pungrumpy/dotfiles
ghcr.io/pungrumpy/dotfiles:docker
```

### 🧹 Cleaning Up

To clean up, run the following command:

```bash
docker rmi ghcr.io/pungrumpy/dotfiles
docker rmi ghcr.io/pungrumpy/dotfiles:docker
```

### 📝 Notes

- Ensure that the dotfiles you want to use are present in the corresponding directories on your local system (`$HOME/.config`, `$HOME/.gitconfig`, etc.).
- Replace `ghcr.io/pungrumpy/dotfiles` with the actual image name and tag if you have customized your Docker image.
- Replace `ghcr.io/pungrumpy/dotfiles:docker` with the actual image name and tag if you have customized your Docker image.

## 📜 License

Expand Down

0 comments on commit 4742efc

Please sign in to comment.