You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+6-16
Original file line number
Diff line number
Diff line change
@@ -74,28 +74,18 @@ Additionally, Windows users need to have installed Git Bash to run this script.
74
74
75
75
4. Enter `sudo make install`, which will install to "/usr/local/bin". You can specify your path with variable PREFIX, for example `make install PREFIX=$HOME/.local`, which will copy script to "$HOME/.local/bin". Alternatively manually place script to your path, which is readable by shell (PATH environment variable), and change script's permissions to be executable: `chmod 755 [path to srb2srv script]`,
76
76
77
-
5. Set other environment variables from "Configuration" section of README.
77
+
5. Set environment variables from "Configuration" section of README.
78
78
79
79
**Windows:**
80
80
1. Open Git Bash,
81
81
82
-
2. Go to your user directory (usually "C:/Users/[your username]"): `cd ~`,
83
-
84
-
3. Enter `git clone https://github.com/Bijman/srb2srv`,
85
-
86
-
4. Create directory "bin" with command: `mkdir ~/bin`,
87
-
88
-
5. Copy script to "~/bin": `cp ~/srb2srv/srb2srv ~/bin`,
89
-
90
-
6. Change script's permissions to be executable: `chmod 755 ~/bin/srb2srv`,
91
-
92
-
7. Open text editor for "~/.bash_profile": `nano ~/.bash_profile`,
82
+
2. Enter `git clone https://github.com/Bijman/srb2srv`,
93
83
94
-
8. In opened text editor from previous step write new path to executables with environment variable PATH like `export PATH="~/bin:$PATH"` in "~/.bash_profile",
84
+
3. Go to downloaded directory: `cd srb2srv`,
95
85
96
-
9. Enter `source ~/.bash_profile` or restart Git Bash.
86
+
4. Enter `install -Dm755 srb2srv -t /usr/local/bin`,
97
87
98
-
10. Set other environment variables from "Configuration" section of README.
88
+
5. Set environment variables from "Configuration" section of README.
99
89
100
90
**macOS:**
101
91
1. Open terminal,
@@ -106,7 +96,7 @@ Additionally, Windows users need to have installed Git Bash to run this script.
106
96
107
97
4. Enter `sudo make install`, which will install to "/usr/local/bin". You can specify your path with variable PREFIX, for example `make install PREFIX=$HOME/.local`, which will copy script to "$HOME/.local/bin". Alternatively manually place script to your path, which is readable by shell (PATH environment variable), and change script's permissions to be executable: `chmod 755 [path to srb2srv script]`,
108
98
109
-
5. Set other environment variables from "Configuration" section of README.
99
+
5. Set environment variables from "Configuration" section of README.
110
100
111
101
# Configuration
112
102
**If you want to connect to server or start your own server in SRB2:**
0 commit comments