1
0
mirror of https://github.com/TheLocehiliosan/yadm synced 2026-03-02 03:49:29 +00:00

Update repo location

This commit is contained in:
Tim Byrne
2024-10-30 17:26:15 -05:00
parent 21a95d05e0
commit 06ce3f7933
6 changed files with 13 additions and 30 deletions

View File

@@ -92,7 +92,7 @@ and then install yadm via the download or clone instructions below.
You *can* simply download the yadm script and put it into your `$PATH`. Something like this:
```
curl -fLo /usr/local/bin/yadm https://github.com/TheLocehiliosan/yadm/raw/master/yadm && chmod a+x /usr/local/bin/yadm
curl -fLo /usr/local/bin/yadm https://github.com/yadm-dev/yadm/raw/master/yadm && chmod a+x /usr/local/bin/yadm
```
Of course, you can change the file paths above to be appropriate for your `$PATH` and situation.
@@ -103,7 +103,7 @@ You might wish to clone the yadm project and symlink `yadm` into your
`$PATH`.
```
git clone https://github.com/TheLocehiliosan/yadm.git ~/.yadm-project
git clone https://github.com/yadm-dev/yadm.git ~/.yadm-project
ln -s ~/.yadm-project/yadm ~/bin/yadm
```
@@ -117,7 +117,7 @@ the yadm project as a submodule and symlink `yadm` into your `$PATH`.
```
cd ~
yadm submodule add https://github.com/TheLocehiliosan/yadm.git .yadm-project
yadm submodule add https://github.com/yadm-dev/yadm.git .yadm-project
yadm submodule update --init --recursive
ln -s ~/.yadm-project/yadm ~/bin/yadm
yadm add .yadm-project .gitmodules bin/yadm

View File

@@ -14,7 +14,7 @@ and those which are passed directly through to Git are denoted with
<i class="fa fa-fw fa-asterisk" aria-hidden="true"></i> `man yadm`
: Display yadm's
[manual](https://github.com/TheLocehiliosan/yadm/blob/master/yadm.md).
[manual](https://github.com/yadm-dev/yadm/blob/master/yadm.md).
<i class="fab fa-fw fa-git-square" aria-hidden="true"></i> `yadm status`
: Show the repository status; added, changed, removed files. Because a `$HOME`

View File

@@ -175,7 +175,7 @@ scripts. Each script is placed in `$HOME/.config/yadm/bootstrap.d` and it is
possible to use the [alternate files](/docs/alternates) system to control which
systems that a specific bootstrap step is executed on.
[bootstrap.d]: https://raw.githubusercontent.com/TheLocehiliosan/yadm/master/contrib/bootstrap/bootstrap-in-dir
[bootstrap.d]: https://raw.githubusercontent.com/yadm-dev/yadm/master/contrib/bootstrap/bootstrap-in-dir
---