Skip to content

Commit b6656fc

Browse files
authored
Update README.md
1 parent 52534ef commit b6656fc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
2. Download xgraph from http://www.xgraph.org/linux/index.html for appropriate Ubuntu on your machine.
99
3. Untar the downloaded file :
1010
`$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
1213
4. Navigate to home using directory and open .bashrc file
1314
5. Create Alias for the command , add the below line into bashrc file<br>
1415
`alias xgraph='path_to_the_untarred_dir/bin/xgraph' `

0 commit comments

Comments
 (0)