Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Documentation for Installation process #2

Merged
merged 2 commits into from
Dec 12, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,18 @@
# Octave
Octave Software Basics

## How to Install Octave

### 1. For Windows

1. Go to GNU Organisation's official website for **[Octave](https://www.gnu.org/software/octave/download.html)**.
2. Download the zip file or the eexecutable file according to the configuration of your windows.
3. Follow the setup wizard instruction and install octave at your desired location.

### 2. For Linux

1. You can Download octave from the GNU Organisation's **[web site](https://www.gnu.org/software/octave/download.html)**.
##### or
2. You can also install it from terminal using the following commands:

`sudo apt-get update && sudo apt-get install octave`