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,8 +3,7 @@
3 3
 
4 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 7
 online lecture notes (exported to html).
9 8
 
10 9
 ** Pulling the notes to your local machine
@@ -13,14 +12,14 @@ On the command line,
13 12
 #+BEGIN_SRC shell
14 13
   git clone https://jscaux.org/git/jscaux/pqed_html.git
15 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 17
 #+BEGIN_SRC shell
19 18
   git clone https://jscaux.org/git/jscaux/pqed_html.git my_pqed_dir
20 19
 #+END_SRC
21 20
 
22 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 23
 bottom of the page to see which version you're using):
25 24
 #+BEGIN_SRC shell
26 25
   cd pqed_html
@@ -29,13 +28,13 @@ bottom of the page to see which version you're using):
29 28
 
30 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 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 38
 Your feedback is most welcome.
40 39
 
41 40
 

Loading…
Cancel
Save