Skip to content

Commit 0a52f96

Browse files
marc-hblgirdwood
authored andcommitted
README.md: remove some v1.7 hardcoding
As requested in issue #46 Signed-off-by: Marc Herbert <marc.herbert@intel.com>
1 parent f5988ea commit 0a52f96

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,20 @@ the go.sh script is not used anymore. Instead:
44
```
55
sudo mv /lib/firmware/intel/sof* some_backup_location/
66
sudo mv /usr/local/bin/sof-* some_backup_location/ # optional
7-
sudo install.sh v1.7.x/v1.7
7+
sudo install.sh v1.N.x/v1.N-rcM
88
```
99

1010
The go.sh script still applies to older releases.
1111

1212
You don't have to use install.sh, you can use any recursive copy of
13-
your preference. This is all what install.sh does:
13+
your preference. This is all what install.sh does, example with v1.7.x/v1.7:
1414

1515
```
1616
cd v1.7.x
1717
rsync -a sof*v1.7 /lib/firmware/intel/
1818
ln -s sof-v1.7 /lib/firmware/intel/sof
1919
ln -s sof-tplg-v1.7 /lib/firmware/intel/sof-tplg
20-
rsync tools-v1.7/* /usr/local/bin
20+
rsync tools-v1.7/* /usr/local/bin
2121
```
2222

2323
If you don't want the symbolic links:
@@ -29,4 +29,4 @@ rsync tools-v1.7/ /usr/local/bin/
2929
```
3030

3131
Remember that for rsync (and some versions of `cp`), a trailing slash in
32-
srcdir/ is rougly equivalent to srcdir/*
32+
srcdir/ is roughly equivalent to srcdir/* + srcdir/.??*

0 commit comments

Comments
 (0)