Skip to content

Commit f48b692

Browse files
authored
Merge pull request swiftlang#55 from futurejones/update-main-readme
update README to reflect new directory structure
2 parents 47f6140 + 7117967 commit f48b692

File tree

1 file changed

+35
-7
lines changed

1 file changed

+35
-7
lines changed

README.md

Lines changed: 35 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,41 @@ in the same repository without colliding with each other:
1616
~~~
1717
swift-installer-scripts
1818
└ platforms
19-
├ Linux
20-
│ ├ Ubuntu
21-
│ │ └ ...
22-
│ └ CentOS
23-
│ └ ...
24-
└ Windows
25-
└ ...
19+
├ Linux
20+
│ ├ README
21+
│ ├ DEB
22+
│ │ ├ README
23+
│ │ ├ Docs - contains information specific to .deb packages
24+
│ │ ├ Debian - contains information specific to the distribution
25+
│ │ │ ├ buster - contains information specific to the version
26+
│ │ │ ├ bullseye
27+
│ │ │ └ ...
28+
│ │ ├ Ubuntu
29+
│ │ │ ├ bionic
30+
│ │ │ ├ focal
31+
│ │ │ ├ hirsute
32+
│ │ │ └ ...
33+
│ │ └ ...
34+
│ │
35+
│ ├ RPM
36+
│ │ ├ README
37+
│ │ ├ Docs - contains information specific to .rpm packages
38+
│ │ ├ Amazonlinux
39+
│ │ │ ├ 2
40+
│ │ │ └ ...
41+
│ │ ├ Centos
42+
│ │ │ ├ 7
43+
│ │ │ ├ 8
44+
│ │ │ └ ...
45+
│ │ ├ Fedora
46+
│ │ │ ├ 33
47+
│ │ │ ├ 34
48+
│ │ │ ├ rawhide
49+
│ │ │ └ ...
50+
│ │ └ ...
51+
│ └ ...
52+
└ Windows
53+
└ ...
2654
~~~
2755

2856
## Linux Packages (RPM/Deb)

0 commit comments

Comments
 (0)