Skip to content

Commit e577715

Browse files
authored
Update README.md
1 parent b6656fc commit e577715

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
@@ -10,7 +10,8 @@
1010
`$sudo tar -C /bin/xgraph/ -xvf xgraph_4.38_linux64.tar.gz `
1111
<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.
1212
<br>b. This untared dir has a bin dir which contains the xgraph executable which we need to add to .bashrc
13-
4. Navigate to home using directory and open .bashrc file
13+
4. Navigate to home using directory and open .bashrc file
14+
(.bashrc is a hidden file and hence may not show up in your file-explorer,either options->show hidden files or open it on VIM via the terminal).
1415
5. Create Alias for the command , add the below line into bashrc file<br>
1516
`alias xgraph='path_to_the_untarred_dir/bin/xgraph' `
1617
7. Run the below command to reflect changes made to bashrc :<br>

0 commit comments

Comments
 (0)