File tree 1 file changed +9
-10
lines changed
1 file changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -5,24 +5,23 @@ A collection of sample applications that can be built using Paketo Buildpacks.
5
5
## Prerequisites
6
6
7
7
1 . Clone this repository: ` git clone https://github.com/paketo-buildpacks/samples `
8
- 1 . [ Docker] ( https://docs.docker.com/get-docker/ )
9
8
1 . [ Pack] ( https://buildpacks.io/docs/install-pack/ )
10
9
11
10
## Samples
12
11
13
12
### Node.js
14
- * [ NPM] ( /nodejs/npm/README.md )
15
- * [ Yarn] ( /nodejs/yarn/README.md )
13
+ * [ NPM] ( /nodejs/npm )
14
+ * [ Yarn] ( /nodejs/yarn )
16
15
17
16
### Dotnet Core
18
- * [ Runtime-only] ( /dotnet-core/runtime/README.md )
19
- * [ ASPNet] ( /dotnet-core/aspnet/README.md )
17
+ * [ Runtime-only] ( /dotnet-core/runtime )
18
+ * [ ASPNet] ( /dotnet-core/aspnet )
20
19
21
20
### Go
22
- * [ Mod] ( /go/mod/README.md )
23
- * [ Dep] ( /go/dep/README.md )
21
+ * [ Mod] ( /go/mod )
22
+ * [ Dep] ( /go/dep )
24
23
25
24
### PHP
26
- * [ Built-in Webserver] ( /php/webserver/README.md )
27
- * [ NGINX] ( /php/nginx/README.md )
28
- * [ Apache HTTPD] ( /php/httpd/README.md )
25
+ * [ Built-in Webserver] ( /php/webserver )
26
+ * [ NGINX] ( /php/nginx )
27
+ * [ Apache HTTPD] ( /php/httpd )
You can’t perform that action at this time.
0 commit comments