Browse Source

Update readme

master
Jean-Sébastien 2 years ago
parent
commit
077433c40a
1 changed files with 7 additions and 8 deletions
  1. 7
    8
      readme.org

+ 7
- 8
readme.org View File

3
 
3
 
4
 * Pre-Quantum Electrodynamics lecture notes (html export)
4
 * Pre-Quantum Electrodynamics lecture notes (html export)
5
 
5
 
6
-In this repo, you will find
7
-[[https://jscaux.org][J.-S. Caux]]'s [[https://jscaux.org/ln/pqed][Pre-Quantum Electrodynamics]]
6
+In this repo, you will find my [[https://jscaux.org/ln/pqed][Pre-Quantum Electrodynamics]]
8
 online lecture notes (exported to html).
7
 online lecture notes (exported to html).
9
 
8
 
10
 ** Pulling the notes to your local machine
9
 ** Pulling the notes to your local machine
13
 #+BEGIN_SRC shell
12
 #+BEGIN_SRC shell
14
   git clone https://jscaux.org/git/jscaux/pqed_html.git
13
   git clone https://jscaux.org/git/jscaux/pqed_html.git
15
 #+END_SRC
14
 #+END_SRC
16
-This will create a directory =pqed_html=. If you prefer pulling into
17
-a differently-named directory (/e.g./ =my_pqed_dir=), just do
15
+This will create a directory ~pqed_html~. If you prefer pulling into
16
+a differently-named directory (/e.g./ ~my_pqed_dir~), just do
18
 #+BEGIN_SRC shell
17
 #+BEGIN_SRC shell
19
   git clone https://jscaux.org/git/jscaux/pqed_html.git my_pqed_dir
18
   git clone https://jscaux.org/git/jscaux/pqed_html.git my_pqed_dir
20
 #+END_SRC
19
 #+END_SRC
21
 
20
 
22
 Make sure you regularly pull the latest version
21
 Make sure you regularly pull the latest version
23
-(updates are frequently pushed; check the =Created= date at the
22
+(updates are frequently pushed; check the ~Created~ date at the
24
 bottom of the page to see which version you're using):
23
 bottom of the page to see which version you're using):
25
 #+BEGIN_SRC shell
24
 #+BEGIN_SRC shell
26
   cd pqed_html
25
   cd pqed_html
29
 
28
 
30
 ** Using the notes locally
29
 ** Using the notes locally
31
 
30
 
32
-Pretty easy: just open the =index.org= page (or any other
33
-=.html= page in the repo) in your browser.
31
+Pretty easy: just open the ~build/index.org~ page (or any other
32
+~.html~ page in that folder) in your browser.
34
 
33
 
35
 
34
 
36
 ** Providing feedback
35
 ** Providing feedback
37
 
36
 
38
-You can either [[mailto:prof@jscaux.org][email me]] or [[https://jscaux.org/git/jscaux/pqed_html/issues][create an issue in this repo]] .
37
+You can either email me (at prof@jscaux.org) or [[https://jscaux.org/git/jscaux/pqed_html/issues][create an issue in this repo]] .
39
 Your feedback is most welcome.
38
 Your feedback is most welcome.
40
 
39
 
41
 
40
 

Loading…
Cancel
Save