File tree 2 files changed +12
-7
lines changed
2 files changed +12
-7
lines changed Original file line number Diff line number Diff line change @@ -12,13 +12,9 @@ Installation
12
12
------------
13
13
Just copy the following line to the terminal:
14
14
15
- git clone https://github.com/a1ee9b/bullet-installation.git ; cd bullet-installation; chmod +x install; ./ install
15
+ curl https://raw. github.com/a1ee9b/bullet-installation/master/ install | bash
16
16
17
- To get rid of the git stuff just run
18
-
19
- rm -Rf .git
20
-
21
- Now you can initialize your own repo.
17
+ Don't trust me? Just take a look at the install file.
22
18
23
19
Bullet
24
20
------------
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
+
3
+ # get the repo
4
+ git clone https://github.com/a1ee9b/bullet-installation.git
5
+ cd bullet-installation
6
+
7
+ # get composer and install it
2
8
curl -s http://getcomposer.org/installer | php
3
- php composer.phar install
9
+ php composer.phar install
10
+
11
+ # remove git-stuff
12
+ rm -Rf .git
You can’t perform that action at this time.
0 commit comments