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
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,8 @@
8
8
2. Download xgraph from http://www.xgraph.org/linux/index.html for appropriate Ubuntu on your machine.
9
9
3. Untar the downloaded file :
10
10
`$sudo tar -C /bin/xgraph/ -xvf xgraph_4.38_linux64.tar.gz `
11
-
<br><br> NOTE: This untared dir has a bin dir which contains the xgraph executable which we need to add to .bashrc
11
+
<br><br> NOTE: <br>a. I have untarred this to my /bin/xgraph/ directory(of which the xgraph dir is once which Ive mkdir'd).You can choose to untar it to your desired location by replacing /bin/xgraph to your destination dir path.
12
+
<br>b. This untared dir has a bin dir which contains the xgraph executable which we need to add to .bashrc
12
13
4. Navigate to home using directory and open .bashrc file
13
14
5. Create Alias for the command , add the below line into bashrc file<br>
0 commit comments