mirror of
https://github.com/RasppleII/a2server.git
synced 2025-04-13 17:36:59 +00:00
documentation updates
This commit is contained in:
parent
a615ed1808
commit
4fb47b06ed
12
README.md
12
README.md
@ -1,5 +1,6 @@
|
||||
# A2SERVER
|
||||
AppleTalk server for Apple // computers developed by Ivan Drucker
|
||||
AppleTalk server for Apple // computers developed by Ivan Drucker, with
|
||||
substantial rework and by T. Joseph Carter
|
||||
|
||||
Documentation here is sparse for the moment; see [Ivan's site]() for
|
||||
information about A2SERVER and how it all works. There's a lot there and it's
|
||||
@ -13,7 +14,14 @@ relatively modern piece of it. As such they should be preserved as they are.
|
||||
|
||||
## Developer note
|
||||
|
||||
To use the scripts on your own server, including your local machine:
|
||||
To use the scripts with a specific GitHub tag:
|
||||
~~~ bash
|
||||
export A2SERVER_SCRIPT_URL=https://raw.githubusercontent.com/RasppleII/a2server/TAG_GOES_HERE/
|
||||
export A2SERVER_BINARY_URL=${A2SERVER_SCRIPT_URL}files
|
||||
wget -O setup ${A2SERVER_SCRIPT_URL}setup/index.txt; source setup
|
||||
~~~
|
||||
|
||||
Or, to use the scripts on your own server, including your local machine:
|
||||
|
||||
~~~ bash
|
||||
export A2SERVER_SCRIPT_URL=http://yoururl.com/
|
||||
|
@ -117,3 +117,4 @@
|
||||
bug fixes when compiling macipgw and ciopfs;
|
||||
os option (Raspbian update) removed from a2server-setup
|
||||
|
||||
1.5.3a1: July 2020: initial support for Debian/Raspbian Buster
|
||||
|
@ -76,6 +76,8 @@
|
||||
1.5.2: Nov 2017: support for Debian/Raspbian Stretch; fixes minor bugs during
|
||||
install; enable SSH server if disabled on Raspberry Pi; fixes
|
||||
changed download links for GS/OS communication software
|
||||
|
||||
1.5.3a2: July 2020: initial support for Debian/Raspbian Buster
|
||||
|
||||
Big thanks to: Anthony Martino, Henry Courbis, Joseph Carter, Jason King,
|
||||
Andy McFadden, Steven Hirsch, Geoff Body, Peter Wong, Tony Diaz, David Schmidt,
|
||||
|
Loading…
x
Reference in New Issue
Block a user