Skip to content

Commit 05c9fe7

Browse files
committed
README.md: update with 0.0.3 release
1 parent e987f4e commit 05c9fe7

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

README.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ NOTE: Unlike `didbsng` - sgug-rse _must not_ use a "personal .rpmmacros" file -
2121
You'll find three main archives - and there might be "fix" archives too that need to be extracted:
2222

2323
```
24-
sgug-rse-selfhoster-0.0.1alpha.tar.gz
25-
sgug-rse-srpms-0.0.1alpha.tar.gz
26-
sgug-rse-rpms-0.0.1alpha.tar.gz
24+
sgug-rse-selfhoster-0.0.3alpha.tar.gz
25+
sgug-rse-srpms-0.0.3alpha.tar.gz
26+
sgug-rse-rpms-0.0.3alpha.tar.gz
2727
2828
sgug-rse-blahfix-0.0.Xalpha.tar.gz
2929
```
@@ -33,7 +33,7 @@ sgug-rse-blahfix-0.0.Xalpha.tar.gz
3333
```
3434
su - (enter root password)
3535
cd /usr
36-
gunzip -dc /path/to/sgug-rse-selfhoster-0.0.1alpha.tar.gz |tar xf -
36+
gunzip -dc /path/to/sgug-rse-selfhoster-0.0.3alpha.tar.gz |tar xf -
3737
(log out of root)
3838
```
3939

@@ -52,8 +52,8 @@ This should include any fixes:
5252

5353
```
5454
cd ~/rpmbuild
55-
gunzip -dc /path/to/sgug-rse-srpms-0.0.1alpha.tar.gz | tar xf -
56-
gunzip -dc /path/to/sgug-rse-rpms-0.0.1alpha.tar.gz | tar xf -
55+
gunzip -dc /path/to/sgug-rse-srpms-0.0.3alpha.tar.gz | tar xf -
56+
gunzip -dc /path/to/sgug-rse-rpms-0.0.3alpha.tar.gz | tar xf -
5757
# Optional
5858
gunzip -dc /path/to/sgug-rse-blahfix-0.0.Xalpha.tar.gz | tar xf -
5959
```
@@ -85,3 +85,9 @@ cd ~user/sgug-rse.git
8585
./sgugshell.sh
8686
rpm -ivh ~/rpmbuild/RPMS/mips/m4*.rpm
8787
```
88+
89+
## Bugs
90+
91+
There will be bugs, I'm afraid. This platform is relatively new, much as the GCC underpinning it is. Please do file an issue for things you find - it helps a lot to double check there isn't already one for the problem you have.
92+
93+
Feel free to contact us on the forums or in discord and we may be able to help.

0 commit comments

Comments
 (0)