1
0
Fork 0
mirror of synced 2024-06-01 06:41:11 -04:00

Update 060_alternates.md, fix MacBook typo

This commit is contained in:
Bram Ceulemans 2021-01-15 13:52:56 +01:00 committed by GitHub
parent 9e659c7652
commit 439994a597
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -71,11 +71,11 @@ files are managed by yadm's repository:
$HOME/path/example.txt##os.Linux,hostname.host1 $HOME/path/example.txt##os.Linux,hostname.host1
$HOME/path/example.txt##os.Linux,hostname.host2 $HOME/path/example.txt##os.Linux,hostname.host2
If running on a Macbook named `host2`, yadm will create a symbolic link which looks like this: If running on a MacBook named `host2`, yadm will create a symbolic link which looks like this:
`$HOME/path/example.txt``$HOME/path/example.txt##os.Darwin,hostname.host2` `$HOME/path/example.txt``$HOME/path/example.txt##os.Darwin,hostname.host2`
However, on another Mackbook named `host3`, yadm will create a symbolic link which looks like this: However, on another MacBook named `host3`, yadm will create a symbolic link which looks like this:
`$HOME/path/example.txt``$HOME/path/example.txt##os.Darwin` `$HOME/path/example.txt``$HOME/path/example.txt##os.Darwin`